Private
Public Access
1
0

atomatic sign on for deep water users

This commit is contained in:
2025-09-09 18:14:13 +02:00
parent 95c440acfc
commit 7332862c3a
2 changed files with 29 additions and 23 deletions

View File

@@ -8,6 +8,7 @@
<h1>Load next week</h1>
<p>
<form enctype="multipart/form-data" method="post">
<table>
{{ form.as_table }}
@@ -15,6 +16,9 @@
{% csrf_token %}
<input type="submit" value="Submit">
</form>
</p>
<p>
<a href="http://localhost:8898/{{ rower.training_plan_code }}">Link to plan</a>
{% endblock %}