Do a lot of little modification (remove most of unused comments)

This commit is contained in:
2012-12-24 16:34:30 +01:00
parent e068c4b24c
commit 152e2ab0a6
6 changed files with 87 additions and 100 deletions

View File

@@ -2,6 +2,9 @@
{% block content %}
<a href="/blog/{{ blog.id }}?page=0">Home</a> <a href="/category/{{ blog.id }}">Categories</a> <a href="/tag/{{ blog.id }}">Tags</a>
{% if edited %}
<p class="edited">Blog successfuly updated</p>
{% endif %}
{% if user.is_superuser %}
<form action="/blog/edit/{{ blog.id }}" method="post">
{% csrf_token %}