Skip to content
Snippets Groups Projects
Commit 24735ff8 authored by Julian's avatar Julian
Browse files

Move save_button.html

parent b48a2a05
No related branches found
No related tags found
1 merge request!48Review use of Materialize
......@@ -27,7 +27,7 @@
<form method="post">
<div class="row">
<div class="col s12">
{% include "core/save_button.html" %}
{% include "core/partials/save_button.html" %}
</div>
</div>
{% csrf_token %}
......@@ -50,7 +50,7 @@
<span class="card-title">
{% blocktrans %}Change history{% endblocktrans %}
</span>
{% include 'core/crud_events.html' with obj=lesson_documentation %}
{% include 'core/partials/crud_events.html' with obj=lesson_documentation %}
</div>
</div>
</div>
......@@ -119,7 +119,7 @@
<div class="row">
<div class="col s12">
{% include "core/save_button.html" %}
{% include "core/partials/save_button.html" %}
</div>
</div>
</form>
......
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