Verlinkung mit finaler Seite eingebaut

This commit is contained in:
2024-01-14 22:08:10 +01:00
parent a1ee5f3ea0
commit fdac7b05ea
4 changed files with 48 additions and 7 deletions

9
templates/submitted.html Normal file
View File

@@ -0,0 +1,9 @@
{% extends "base.html" %}
{% block title %}
Title: Submitted
{% endblock %}
{% block content %}
Formular eingereicht!
{% endblock %}