summaryrefslogtreecommitdiffstats
path: root/templates/patchwork/logout.html
blob: f030aeefd479e258ac479ee59990316877aec4fe (plain)
1
2
3
4
5
6
7
8
{% extends "base.html" %}

{% block title %}Logout{% endblock %}
{% block heading %}Logout{% endblock %}

{% block body %}
<p>Logged out</p>
{% endblock %}