mirror of
https://github.com/Hopiu/djLint.git
synced 2026-05-19 10:31:07 +00:00
5 lines
142 B
HTML
5 lines
142 B
HTML
{% extends "registration/logged_out.html" %}
|
|
{% block content %}
|
|
Hello from a custom logout template
|
|
{{ block.super }}
|
|
{% endblock %}
|