Private
Public Access
1
0

adding link to Home, delayed tasks working

This commit is contained in:
Sander Roosendaal
2022-06-29 16:17:37 +02:00
parent 22f3708120
commit a47ae2bc5b
10 changed files with 87 additions and 8 deletions

View File

@@ -1,3 +1,5 @@
{% extends "boatmovers_base.html" %}
{% block main %}
<h1>
{{ crew.name }}
</h1>
@@ -17,3 +19,4 @@
{% endfor %}
</table>
</p>
{% endblock %}