Merge branch 'ergo-admin-edit' into 'staging'

also allow dozen updates

See merge request PhilippHofer/rot!85
This commit is contained in:
PhilippHofer 2023-11-07 21:15:04 +00:00
commit 6db40f4d79

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>