diff --git a/booru/templates/booru/posts/view.html b/booru/templates/booru/posts/view.html index 8f1322c..44eaee3 100644 --- a/booru/templates/booru/posts/view.html +++ b/booru/templates/booru/posts/view.html @@ -2,7 +2,7 @@ {% load static %} {% block page_name %} - {% if post.title %}{{ post.title }}{% else %}{% for tag in post.tags.all %}{{tag.tag}} {% endfor %}{% endif %} + {% if post.title and post.title is not None %}{{ post.title }}{% else %}{% for tag in post.tags.all %}{{tag.tag}} {% endfor %}{% endif %} {% endblock %} {% block main_tags %} @@ -103,10 +103,10 @@

Options

Source:
- +

Title:
- +

Tags: