diff --git a/blog/templates/blog/post_detail.html b/blog/templates/blog/post_detail.html
index 15d37ae..2e54e88 100644
--- a/blog/templates/blog/post_detail.html
+++ b/blog/templates/blog/post_detail.html
@@ -1,6 +1,6 @@
-{% extends 'blog/base.html' %}
+{% comment %}{% extends 'blog/base.html' %}{% endcomment %}
-{% block content %}
+{% comment %}{% block content %}{% endcomment %}
@@ -8,7 +8,7 @@
{% if post.published_date %}
{{ post.published_date}}
{% endif %}
- {% if post.tags.names %}
+ {% if post.tags.names %}
{% for tag in post.tags.names %}
@@ -17,16 +17,16 @@
{% endif %}
{{ post.text|safe|linebreaksbr }}
-
+
x
Удалить пост "{{ post.title }}"?
-
+
-{% endblock %}
+{% comment %}{% endblock %}{% endcomment %}