diff --git a/aleksis/apps/untis/templates/untis/groups_subjects.html b/aleksis/apps/untis/templates/untis/groups_subjects.html
index 7f58b1ac4ae69050e8bf9c89283404aff0946293..aa39f2b16a6d0304b7bda155e4f22f0c06669384 100644
--- a/aleksis/apps/untis/templates/untis/groups_subjects.html
+++ b/aleksis/apps/untis/templates/untis/groups_subjects.html
@@ -35,7 +35,7 @@
     {% csrf_token %}
     {{ formset.management_form }}
 
-    {% include "core/save_button.html" %}
+    {% include "core/partials/save_button.html" %}
 
     {% include "components/pagination.html" %}
 
@@ -58,7 +58,7 @@
 
     {% include "components/pagination.html" %}
 
-    {% include "core/save_button.html" %}
+    {% include "core/partials/save_button.html" %}
 
     <div class="fixed-action-btn">
       <button class="btn-floating btn-large green" type="submit">
diff --git a/aleksis/apps/untis/templates/untis/xml_import.html b/aleksis/apps/untis/templates/untis/xml_import.html
index 0ddfda6ebe8b8edcb2812a1b43fae49101f64018..48af24b2606d5f7b00c60a4e655257d16c8e4547 100644
--- a/aleksis/apps/untis/templates/untis/xml_import.html
+++ b/aleksis/apps/untis/templates/untis/xml_import.html
@@ -37,7 +37,7 @@
   <form method="post" enctype="multipart/form-data">
     {% csrf_token %}
     {% 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>
 
 {% endblock %}