forked from Ruderverein-Donau-Linz/rowt
Merge branch 'ergo-admin-edit' into 'staging'
also allow dozen updates See merge request PhilippHofer/rot!85
This commit is contained in:
commit
6db40f4d79
@ -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>
|
||||
|
Loading…
x
Reference in New Issue
Block a user