Task: Add dummy templates to avoid exceptions

This commit is contained in:
Björn Fromme
2023-10-12 10:45:58 +02:00
parent 46915955b0
commit 3989fc0491
5 changed files with 21 additions and 5 deletions
@@ -0,0 +1,9 @@
{% extends 'teamer/layout.html.twig' %}
{% block title %}Mein Feedback{% endblock %}
{% block content %}
<h1 class="text-2xl font-bold pb-8">
Mein Feedback
</h1>
{% endblock %}