web_AI-5/django/didgeridoo/webshop/templates/registration/logged_out.html

7 lines
149 B
HTML

{% extends 'webshop/base.html' %}
{% block section_title %}You have been successfully logged out.{% endblock %}
{% block content %}
{% endblock %}