also allow dozen updates

This commit is contained in:
philipp 2023-11-07 22:01:34 +01:00
parent 4f4c053d0e
commit 61cc470e0f

View File

@ -145,7 +145,11 @@
<div class="mt-3">
<ol>
{% for stat in dozen %}
<li><strong>{{ stat.name }}:</strong> {{ stat.result }}</li>
<li>
<form action="/ergo/dozen/user/{{ stat.id }}/new" method="get">
{{ stat.name }}: <input type="text" value="{{stat.result}}" name="new" style="color: black;"/><input type="submit"/>
</form>
</li>
{% endfor %}
</ol>
</div>