diff options
| author | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-05-07 15:50:55 +0000 |
|---|---|---|
| committer | Boulder Sprinters <boulder-sprinters@djangoproject.com> | 2007-05-07 15:50:55 +0000 |
| commit | a275d3da8ed8cea8c2c92fc15151f43fb56b42ce (patch) | |
| tree | 9f9a7c291956a17587b898772c5949b7a44864cd /tests/templates/base.html | |
| parent | 0f22c6a7c8a089e2381a058b4c472cf92699950e (diff) | |
boulder-oracle-sprint: Merged to [5156]
git-svn-id: http://code.djangoproject.com/svn/django/branches/boulder-oracle-sprint@5157 bcc190cf-cafb-0310-a4f2-bffc1f526a37
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 |
