Private
Public Access
1
0

moved some of form to chart

This commit is contained in:
2024-04-02 22:26:17 +02:00
parent 59b523de3f
commit ac0d2bc504
4 changed files with 3 additions and 16 deletions

View File

@@ -25,8 +25,8 @@
<form enctype="multipart/form-data" action="" method="post">
{% csrf_token %}
<table>
{{ form.as_table }}
</table>
{{ form.as_table }}
</table>
<div class="buttoncontainer">
<input name="chartform" type="submit" class="button"
value="Update Chart">