Show More
@@ -1,7 +1,6 | |||
|
1 | 1 | {% extends "boards/base.html" %} |
|
2 | 2 | |
|
3 | 3 | {% load i18n %} |
|
4 | {% load cache %} | |
|
5 | 4 | |
|
6 | 5 | {% block head %} |
|
7 | 6 | <title>Neboard - {% trans "Tags" %}</title> |
@@ -9,7 +8,6 | |||
|
9 | 8 | |
|
10 | 9 | {% block content %} |
|
11 | 10 | |
|
12 | {% cache 600 all_tags_list query %} | |
|
13 | 11 |
|
|
14 | 12 |
|
|
15 | 13 |
|
@@ -26,6 +24,5 | |||
|
26 | 24 |
|
|
27 | 25 |
|
|
28 | 26 |
|
|
29 | {% endcache %} | |
|
30 | 27 | |
|
31 | 28 | {% endblock %} |
General Comments 0
You need to be logged in to leave comments.
Login now