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

@@ -1,6 +1,7 @@
{% extends "cao_blogr:templates/layout.jinja2" %}
{% block content %}
<div class="container">
<form action="{{ request.route_url('user_pwd', name=entry.name) }}" method="post" class="form">
@@ -26,5 +27,5 @@
</div>
</form>
</div>
{% endblock %}