Luke Granger-Brown
ee3299223a
...except things under /accounts/, because I generally just trust that to do access control for me.
6 lines
210 B
HTML
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 %}
|