summaryrefslogtreecommitdiff
path: root/tests/templates/base.html
diff options
context:
space:
mode:
authorFlorian Apolloner <florian@apolloner.eu>2013-02-26 09:51:56 +0100
committerFlorian Apolloner <florian@apolloner.eu>2013-02-26 14:36:57 +0100
commit41d7a9a907881f52f27ad5f743707a27e8574366 (patch)
treecc3837cd672a3abbdd289e79edee53586f80e090 /tests/templates/base.html
parent8dd8400f7eb7a4cf0a2e1a0c6cd3e5825ac94be7 (diff)
Moved test_templates to templates to prevent issues with regressiontests/templates later on.
Diffstat (limited to 'tests/templates/base.html')
-rw-r--r--tests/templates/base.html8
1 files changed, 0 insertions, 8 deletions
diff --git a/tests/templates/base.html b/tests/templates/base.html
deleted file mode 100644
index 611bc094a9..0000000000
--- a/tests/templates/base.html
+++ /dev/null
@@ -1,8 +0,0 @@
-<html>
-<head></head>
-<body>
-<h1>Django Internal Tests: {% block title %}{% endblock %}</h1>
-{% block content %}
-{% endblock %}
-</body>
-</html> \ No newline at end of file