diff --git a/templates/client/article/blog_list.html b/templates/client/article/blog_list.html index 574b69a2..e7f3ffd8 100644 --- a/templates/client/article/blog_list.html +++ b/templates/client/article/blog_list.html @@ -1,4 +1,5 @@ {% extends 'base_catalog.html' %} +{% load static %} {% load thumbnail %} {% load i18n %} {% load template_filters %} @@ -17,18 +18,25 @@ {% endblock %} {% block content_list %} -
+
- {{ article_filter_form.theme }} -
+
+ {{ article_filter_form.theme }} +
+ +
- {{ article_filter_form.tag.label }} + +
+ {{ article_filter_form.tag }} +
+
@@ -52,6 +60,22 @@
+ + + + {% endblock %} {% block paginator %}