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
9 lines
99 B
HTML
9 lines
99 B
HTML
{% extends 'base.html' %}
|
|
{% block 'body' %}
|
|
|
|
<h1>Group added</h1>
|
|
|
|
<p>Thanks!</p>
|
|
|
|
{% endblock %}
|