diff options
Diffstat (limited to 'tests/templates/base.html')
| -rw-r--r-- | tests/templates/base.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/tests/templates/base.html b/tests/templates/base.html new file mode 100644 index 0000000000..611bc094a9 --- /dev/null +++ b/tests/templates/base.html @@ -0,0 +1,8 @@ +<html> +<head></head> +<body> +<h1>Django Internal Tests: {% block title %}{% endblock %}</h1> +{% block content %} +{% endblock %} +</body> +</html>
\ No newline at end of file |
