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 @@ ...@@ -27,7 +27,7 @@
<form method="post"> <form method="post">
<div class="row"> <div class="row">
<div class="col s12"> <div class="col s12">
{% include "core/save_button.html" %} {% include "core/partials/save_button.html" %}
</div> </div>
</div> </div>
{% csrf_token %} {% csrf_token %}
...@@ -50,7 +50,7 @@ ...@@ -50,7 +50,7 @@
<span class="card-title"> <span class="card-title">
{% blocktrans %}Change history{% endblocktrans %} {% blocktrans %}Change history{% endblocktrans %}
</span> </span>
{% include 'core/crud_events.html' with obj=lesson_documentation %} {% include 'core/partials/crud_events.html' with obj=lesson_documentation %}
</div> </div>
</div> </div>
</div> </div>
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
<div class="row"> <div class="row">
<div class="col s12"> <div class="col s12">
{% include "core/save_button.html" %} {% include "core/partials/save_button.html" %}
</div> </div>
</div> </div>
</form> </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