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

Fix paths to templates. Advances AlekSIS#246

parent 95cdb833
No related branches found
No related tags found
1 merge request!19Fix paths to templates. Advances AlekSIS#246
...@@ -35,7 +35,7 @@ ...@@ -35,7 +35,7 @@
{% csrf_token %} {% csrf_token %}
{{ formset.management_form }} {{ formset.management_form }}
{% include "core/save_button.html" %} {% include "core/partials/save_button.html" %}
{% include "components/pagination.html" %} {% include "components/pagination.html" %}
...@@ -58,7 +58,7 @@ ...@@ -58,7 +58,7 @@
{% include "components/pagination.html" %} {% include "components/pagination.html" %}
{% include "core/save_button.html" %} {% include "core/partials/save_button.html" %}
<div class="fixed-action-btn"> <div class="fixed-action-btn">
<button class="btn-floating btn-large green" type="submit"> <button class="btn-floating btn-large green" type="submit">
......
...@@ -37,7 +37,7 @@ ...@@ -37,7 +37,7 @@
<form method="post" enctype="multipart/form-data"> <form method="post" enctype="multipart/form-data">
{% csrf_token %} {% csrf_token %}
{% form form=upload_form %}{% endform %} {% form form=upload_form %}{% endform %}
{% include "core/save_button.html" with icon="import_export" caption=_("Import data") %} {% include "core/partials/save_button.html" with icon="import_export" caption=_("Import data") %}
</form> </form>
{% endblock %} {% 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