Skip to content
Snippets Groups Projects
Commit 65840620 authored by Hangzhi Yu's avatar Hangzhi Yu
Browse files

Change reference paths

parent fab8ec67
No related branches found
No related tags found
No related merge requests found
......@@ -11,7 +11,7 @@
<form method="post">
{% csrf_token %}
{% form form=edit_additional_field_form %}{% endform %}
{% include "core/save_button.html" %}
{% include "core/partials/save_button.html" %}
</form>
{% endblock %}
......@@ -122,7 +122,7 @@
<div class="row no-margin footer-row-large">
<div class="col l6 s12 no-pad-left height-inherit">
<div class="white-text valign-bot">
{% include 'core/language_form.html' %}
{% include 'core/partials/language_form.html' %}
</div>
</div>
<div class="col xl15 l6 offset-xl01 s12 no-pad-right">
......@@ -133,7 +133,7 @@
</div>
<div class="row no-margin footer-row-small">
<div class="white-text make-it-higher">
{% include 'core/language_form.html' %}
{% include 'core/partials/language_form.html' %}
</div>
<ul class="no-margin footer-ul">
{% include "core/partials/footer-menu.html" %}
......
......@@ -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