Django

Code

root/django/trunk/tests/templates/base.html

Revision 7294, 142 bytes (checked in by mtredinnick, 4 months ago)

Added "svn:eol-style native" to every text file in the tree (*.txt, *.html,
*.py, *.xml and AUTHORS, etc). Added "svn:ignore *.pyc" to some directories in
tests/regressiontests/ that were previously missing it.

Fixed #6545, #6801.

  • Property svn:eol-style set to native
Line 
1 <html>
2 <head></head>
3 <body>
4 <h1>Django Internal Tests: {% block title %}{% endblock %}</h1>
5 {% block content %}
6 {% endblock %}
7 </body>
8 </html>
Note: See TracBrowser for help on using the browser.