Improve forms, add helper buttons on add session form

This commit is contained in:
2023-02-21 23:49:57 +01:00
parent 42bc391e57
commit 5d36ad386e
8 changed files with 97 additions and 245 deletions

View File

@ -10,13 +10,9 @@
{{ form.as_table }}
<tr>
<td></td>
<td><input type="submit" value="Submit"/></td>
</tr>
</table>
</form>
{% endblock content %}
{% block scripts %}
{% if script_name %}
<script type="module" src="{% static 'js/'|add:script_name %}"></script>
{% endif %}
{% endblock scripts %}