Skip to content

Commit 5314803

Browse files
authored
Remove unnecessary whitespace. (#617)
* Revert requirements file for deploy. * Remove unnecessary whitespace
1 parent a8eef86 commit 5314803

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

djangosnippets/templates/cab/snippet_list.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,9 @@
22
{% load core_tags %}
33
{% load static %}
44
{% block bodyclass %}snippet-list{% endblock %}
5-
{% block head_title %} All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
5+
{% block head_title %}All snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
66

7-
{% block content_header %} {{ hits }} snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
7+
{% block content_header %}{{ hits }} snippets{% if months %} last {{ months }} months{% endif %}{% endblock %}
88

99
{% block content %}
1010
{% if object_list %}

0 commit comments

Comments
 (0)