summaryrefslogtreecommitdiff
path: root/tests/templates
diff options
context:
space:
mode:
authorTrey Hunner <trey@treyhunner.com>2014-04-16 15:35:16 -0400
committerTim Graham <timograham@gmail.com>2014-08-12 19:22:09 -0400
commit68686430638215b5405b20bd767c0be392c9221d (patch)
treeee1e10a4710acc6428c366497698ef923075bb58 /tests/templates
parent85c22dd4c4a406301b4378a4682456dfa1900830 (diff)
downloaddjango-68686430638215b5405b20bd767c0be392c9221d.tar.gz
Added newlines to the ends of CSS, HTML, and JavaScript files missing them.
Diffstat (limited to 'tests/templates')
-rw-r--r--tests/templates/base.html2
-rw-r--r--tests/templates/extended.html2
-rw-r--r--tests/templates/form_view.html2
-rw-r--r--tests/templates/login.html2
-rw-r--r--tests/templates/views/article_archive_month.html2
-rw-r--r--tests/templates/views/article_confirm_delete.html2
-rw-r--r--tests/templates/views/article_list.html2
-rw-r--r--tests/templates/views/datearticle_archive_month.html2
8 files changed, 8 insertions, 8 deletions
diff --git a/tests/templates/base.html b/tests/templates/base.html
index 611bc094a9..c401502dd9 100644
--- a/tests/templates/base.html
+++ b/tests/templates/base.html
@@ -5,4 +5,4 @@
{% block content %}
{% endblock %}
</body>
-</html> \ No newline at end of file
+</html>
diff --git a/tests/templates/extended.html b/tests/templates/extended.html
index e0d8a13727..fb2b6d6e49 100644
--- a/tests/templates/extended.html
+++ b/tests/templates/extended.html
@@ -2,4 +2,4 @@
{% block title %}Extended template{% endblock %}
{% block content %}
This is just a template extending the base.
-{% endblock %} \ No newline at end of file
+{% endblock %}
diff --git a/tests/templates/form_view.html b/tests/templates/form_view.html
index 1487217547..a23fd0b657 100644
--- a/tests/templates/form_view.html
+++ b/tests/templates/form_view.html
@@ -12,4 +12,4 @@
</ul>
</form>
-{% endblock %} \ No newline at end of file
+{% endblock %}
diff --git a/tests/templates/login.html b/tests/templates/login.html
index d55e9ddc75..7f50df2ba1 100644
--- a/tests/templates/login.html
+++ b/tests/templates/login.html
@@ -14,4 +14,4 @@
<input type="submit" value="login" />
<input type="hidden" name="next" value="{{ next }}" />
</form>
-{% endblock %} \ No newline at end of file
+{% endblock %}
diff --git a/tests/templates/views/article_archive_month.html b/tests/templates/views/article_archive_month.html
index 3f8ff55da6..bd2d67f6f3 100644
--- a/tests/templates/views/article_archive_month.html
+++ b/tests/templates/views/article_archive_month.html
@@ -1 +1 @@
-This template intentionally left blank \ No newline at end of file
+This template intentionally left blank
diff --git a/tests/templates/views/article_confirm_delete.html b/tests/templates/views/article_confirm_delete.html
index 3f8ff55da6..bd2d67f6f3 100644
--- a/tests/templates/views/article_confirm_delete.html
+++ b/tests/templates/views/article_confirm_delete.html
@@ -1 +1 @@
-This template intentionally left blank \ No newline at end of file
+This template intentionally left blank
diff --git a/tests/templates/views/article_list.html b/tests/templates/views/article_list.html
index 3840895aa4..1d9335ea3e 100644
--- a/tests/templates/views/article_list.html
+++ b/tests/templates/views/article_list.html
@@ -1 +1 @@
-{{ object_list }} \ No newline at end of file
+{{ object_list }}
diff --git a/tests/templates/views/datearticle_archive_month.html b/tests/templates/views/datearticle_archive_month.html
index 3f8ff55da6..bd2d67f6f3 100644
--- a/tests/templates/views/datearticle_archive_month.html
+++ b/tests/templates/views/datearticle_archive_month.html
@@ -1 +1 @@
-This template intentionally left blank \ No newline at end of file
+This template intentionally left blank