saving works now

This commit is contained in:
2024-12-29 03:44:52 +01:00
parent 4d27a84907
commit 4a70d1f571
73 changed files with 18361 additions and 2 deletions

View File

@@ -0,0 +1,15 @@
{% extends "base.html" %}
{% block content %}
<div class="container">
<div class="row">
<div class="col">
<h1 class="pt-4 mt-5 mb-4">Thank you.</h1>
We will send the document to {{ email }} when it is ready.
</div>
</div>
</div>
{% endblock content %}
{% block bottom %}
<script src="/static/js/formHandling.js"></script>
{% endblock bottom %}