added topic listing

This commit is contained in:
2022-05-01 09:51:03 +02:00
parent 3b7b3b4483
commit 0a307fc953
27 changed files with 386 additions and 175 deletions

View File

@@ -2,6 +2,7 @@
{% block content %}
<div class="container">
<form action="{{request.route_url('user_add', name=name)}}" method="post" class="form">
{% for error in form.username.errors %}
@@ -30,5 +31,6 @@
</form>
</div>
{% endblock %}