stupidcomputer
2fceb6679f
this is insecure, terrible, horrible code. do not use. things implemented: - add trusted users - add trusted channels and follower channels - qr codes and stuff
13 lines
187 B
HTML
13 lines
187 B
HTML
{% extends 'base.html' %}
|
|
{% block 'body' %}
|
|
|
|
<h1>Logged out</h1>
|
|
|
|
You've been logged out.
|
|
|
|
<ul>
|
|
<li><a href="{% url 'index' %}">Return to the homepage</a></li>
|
|
</ul>
|
|
|
|
{% endblock %}
|