@@ -19,7 +23,6 @@
{{ post.author }}
-
{% endfor %}
diff --git a/application/templates/base.html b/application/templates/base.html index 5a81485..9093371 100644 --- a/application/templates/base.html +++ b/application/templates/base.html @@ -32,7 +32,7 @@ Administration
{{ post.text|linebreaks }}
- Tags: {% for tag in post.tags.all %} + {% for tag in post.tags.all %} {{ tag.name }} {% if not forloop.last %}, {% endif %} {% endfor %}{{ post.author }} @@ -47,6 +36,18 @@