-
-
- {% block content %}
- {% endblock %}
-
-
-
-
-
-
-
+{% load staticfiles %}
+{% load pagination_filters %}
+
+
+
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
+
+
diff --git a/blog/templates/blog/base.html.save b/blog/templates/blog/base.html.save
index f8015d3..c8a2545 100644
--- a/blog/templates/blog/base.html.save
+++ b/blog/templates/blog/base.html.save
@@ -1,70 +1,70 @@
-{% load staticfiles %}
-
-
-
-
-
- {% block content %}
- {% endblock %}
-
-
-
-
-
+{% load staticfiles %}
+
+
+
+
+
+ {% block content %}
+ {% endblock %}
+
+
+
+
+
diff --git a/blog/templates/blog/post_detail.html b/blog/templates/blog/post_detail.html
index f248146..15d37ae 100644
--- a/blog/templates/blog/post_detail.html
+++ b/blog/templates/blog/post_detail.html
@@ -1,32 +1,32 @@
-{% extends 'blog/base.html' %}
-
-{% block content %}
-
-
-
-
{{ post.title }}
- {% if post.published_date %}
-
{{ post.published_date}}
- {% endif %}
- {% if post.tags.names %}
-
-
- {% for tag in post.tags.names %}
-
{{ tag }}
- {% endfor %}
-
- {% endif %}
-
{{ post.text|safe|linebreaksbr }}
-
-
-
x
-
Удалить пост "{{ post.title }}"?
-
-
-
-
-{% endblock %}
+{% extends 'blog/base.html' %}
+
+{% block content %}
+
+
+
+
{{ post.title }}
+ {% if post.published_date %}
+
{{ post.published_date}}
+ {% endif %}
+ {% if post.tags.names %}
+
+
+ {% for tag in post.tags.names %}
+
{{ tag }}
+ {% endfor %}
+
+ {% endif %}
+
{{ post.text|safe|linebreaksbr }}
+
+
+
x
+
Удалить пост "{{ post.title }}"?
+
+
+
+
+{% endblock %}
diff --git a/blog/templates/blog/post_edit.html b/blog/templates/blog/post_edit.html
index ad15faa..1b79813 100644
--- a/blog/templates/blog/post_edit.html
+++ b/blog/templates/blog/post_edit.html
@@ -1,11 +1,11 @@
-{% extends 'blog/base.html' %}
-
-{% block content %}
-