Skip to content
Snippets Groups Projects
Commit e08e412e authored by Nik | Klampfradler's avatar Nik | Klampfradler
Browse files

Merge branch 'fix/template-paths-school-term' into 'master'

Fix paths to core templates in some templates

See merge request AlekSIS/official/AlekSIS!312
parents 651b3835 dbe7a2b7
No related branches found
No related tags found
1 merge request!312Fix paths to core templates in some templates
Pipeline #2807 canceled
......@@ -11,7 +11,7 @@
<form method="post">
{% csrf_token %}
{% form form=edit_additional_field_form %}{% endform %}
{% include "core/save_button.html" %}
{% include "core/partials/save_button.html" %}
</form>
{% endblock %}
......@@ -11,7 +11,7 @@
<form method="post">
{% csrf_token %}
{% form form=form %}{% endform %}
{% include "core/save_button.html" %}
{% include "core/partials/save_button.html" %}
</form>
{% endblock %}
......@@ -11,7 +11,7 @@
<form method="post">
{% csrf_token %}
{% form form=form %}{% endform %}
{% include "core/save_button.html" %}
{% include "core/partials/save_button.html" %}
</form>
{% endblock %}
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