Initial commit

This commit is contained in:
Edward Betts 2023-10-04 12:56:21 +01:00
commit f07b407e7a
25 changed files with 2383 additions and 0 deletions

10
templates/save_done.html Normal file
View file

@ -0,0 +1,10 @@
{% extends "base.html" %}
{% block title %}Index{% endblock %}
{% block content %}
<div class="container">
<h1>Save done</h1>
<div>Save is complete.</div>
</div>
{% endblock %}