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

Merge branch 'master' into fix/delete-old-lessons

parents 6539d3c7 a3c3f678
No related branches found
No related tags found
No related merge requests found
...@@ -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 %}
This diff is collapsed.
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