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:
@@ -1,6 +0,0 @@
|
||||
{% extends "registration/logged_out.html" %}
|
||||
|
||||
{% block content %}
|
||||
Hello from a custom logout template
|
||||
{{ block.super }}
|
||||
{% endblock %}
|
||||
Reference in New Issue
Block a user