django1/django/views/templates
Nick Pope 36cd425943 Simplified various built-in templates.
- Using the {% plural %} tag.
- Using the |yesno filter.
- Using the |unordered_list filter.
- Unnesting {% if %} where not required.
- Not duplicating {% if %}.
2022-07-25 10:20:46 +02:00
..
default_urlconf.html Stopped including type="text/css" attributes for CSS link tags. 2022-01-22 16:38:14 +01:00
technical_404.html Refs 32637 -- Made technical 404 debug page display exception message when URL is resolved. 2021-04-27 08:40:52 +02:00
technical_500.html Simplified various built-in templates. 2022-07-25 10:20:46 +02:00
technical_500.txt Simplified various built-in templates. 2022-07-25 10:20:46 +02:00