depot/web/quotes/templates/account/logged_out.html
Luke Granger-Brown ee3299223a web/quotes: require login for all pages
...except things under /accounts/, because I generally just trust that to do
access control for me.
2021-01-20 18:14:22 +00:00

6 lines
210 B
HTML

{% extends "alert.html" %}
{% block title %}Logged out{% endblock %}
{% block content_title %}Logged <span class="text-bfobOrange">Out</span>{% endblock %}
{% block content_text %}Bye, I guess.{% endblock %}