Set category and tag refers to a Blog

This commit is contained in:
2012-10-09 20:47:12 +02:00
parent d30bb18e43
commit 76cda68611
10 changed files with 64 additions and 41 deletions

View File

@@ -4,7 +4,7 @@
{% block head %} {% endblock %}
</head>
<body>
<a href="/user">Users</a> <a href="/blog">Blogs</a> <a href="/category">Categories</a> <a href="/disconnect">Disconnect</a><br/><br/>
<a href="/user">Users</a> <a href="/blog">Blogs</a> <a href="/disconnect">Disconnect</a><br/><br/>
{% block content %} {% endblock %}
</body>
</html>