We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a8eef86 commit 5314803Copy full SHA for 5314803
djangosnippets/templates/cab/snippet_list.html
@@ -2,9 +2,9 @@
2
{% load core_tags %}
3
{% load static %}
4
{% block bodyclass %}snippet-list{% endblock %}
5
-{% block head_title %} All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
+{% block head_title %}All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
6
7
-{% block content_header %} {{ hits }} snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
+{% block content_header %}{{ hits }} snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
8
9
{% block content %}
10
{% if object_list %}
0 commit comments