Private
Public Access
1
0

otwranking and oteranking improved forms

This commit is contained in:
Sander Roosendaal
2018-10-22 20:14:33 +02:00
parent f359082be4
commit 47682f69e5
4 changed files with 99 additions and 93 deletions

View File

@@ -50,6 +50,10 @@
<table>
{{ dateform.as_table }}
</table>
<h2>Pieces used for predictions</h2>
<table>
{{ form.as_table }}
</table>
{% csrf_token %}
<input name='daterange' class="button green" type="submit" value="Submit">
</form>
@@ -138,17 +142,6 @@
</li>
<li class="grid_2">
<form enctype="multipart/form-data" action="{{ formloc }}" method="post">
{{ form.value }} {{ form.pieceunit }}
{% csrf_token %}
minutes
<input name="piece" class="button green"
action=""
type="submit" value="Add">
</form>
</li>
</ul>