mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-26 09:11:54 +00:00
4 lines
90 B
HTML
4 lines
90 B
HTML
|
{% extends "base.html" %}
|
||
|
{% block content %}
|
||
|
You have been logged out.
|
||
|
{% endblock %}
|