1
0
mirror of https://github.com/django/django.git synced 2025-10-31 09:41:08 +00:00

Moved test_templates to templates to prevent issues with regressiontests/templates later on.

This commit is contained in:
Florian Apolloner
2013-02-26 09:51:56 +01:00
parent 8dd8400f7e
commit 41d7a9a907
26 changed files with 2 additions and 2 deletions

View File

@@ -1,6 +0,0 @@
{% extends "registration/logged_out.html" %}
{% block content %}
Hello from a custom logout template
{{ block.super }}
{% endblock %}