This commit is contained in:
2024-01-01 20:41:29 +01:00
parent 1860cba273
commit ad08f69df1
4 changed files with 45 additions and 5 deletions

View File

@@ -37,6 +37,9 @@
</br>
{{ form.timeout.label }} {{ form.timeout() }} </br>
</br>
{{ form.special_type.label }} {{ form.special_type() }} </br>
{% if is_modification %}
<input class="form-button mt-4" type="submit" value="Send Modification">
{% else %}