diff --git a/flangr/templates/base.html b/flangr/templates/base.html deleted file mode 100644 index 0f1d64b..0000000 --- a/flangr/templates/base.html +++ /dev/null @@ -1,6 +0,0 @@ - - - Flangr - - {% block content %}{% endblock content %} - diff --git a/flangr/templates/posts/post_detail.html b/flangr/templates/posts/post_detail.html index 57d573c..7e93e44 100644 --- a/flangr/templates/posts/post_detail.html +++ b/flangr/templates/posts/post_detail.html @@ -1,5 +1,4 @@ -{% extends "base.html" %} -{% block content %} + {% if object.title %}

{{ object.title }}

{% else %} @@ -17,4 +16,4 @@ {{ form }} -{% endblock content %} + diff --git a/flangr/templates/registration/login.html b/flangr/templates/registration/login.html index 09e9ce3..e69de29 100644 --- a/flangr/templates/registration/login.html +++ b/flangr/templates/registration/login.html @@ -1,4 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -{% endblock content %}