Skip to content
Snippets Groups Projects
Verified Commit 39ba34dc authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Remove superflous enctype.

parent f06c07c8
No related branches found
No related tags found
1 merge request!50Add way to edit information about school and school term. Closes #19.
......@@ -15,7 +15,7 @@
{% block content %}
<form method="post" enctype="multipart/form-data">
<form method="post">
{% csrf_token %}
{% bootstrap_form edit_term_form %}
<button type="submit" class="btn btn-secondary">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment