Skip to content
Snippets Groups Projects
Verified Commit 4898644e authored by Jonathan Weth's avatar Jonathan Weth :keyboard:
Browse files

Fix paths to save_button.html in school term templates

parent 3ffe64e2
No related branches found
No related tags found
1 merge request!312Fix paths to core templates in some templates
Pipeline #2768 passed
......@@ -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