diff --git a/apps/registration/templates/registration/logged_out.html b/note_kfet/templates/registration/logged_out.html
similarity index 100%
rename from apps/registration/templates/registration/logged_out.html
rename to note_kfet/templates/registration/logged_out.html
diff --git a/apps/registration/templates/registration/login.html b/note_kfet/templates/registration/login.html
similarity index 95%
rename from apps/registration/templates/registration/login.html
rename to note_kfet/templates/registration/login.html
index d22203ef5c8e228b897a0105d0d664b2ad27ddc5..7cdec5b3c2ae7e095ba0974e0a6f54e93ee191bf 100644
--- a/apps/registration/templates/registration/login.html
+++ b/note_kfet/templates/registration/login.html
@@ -4,9 +4,6 @@ SPDX-License-Identifier: GPL-2.0-or-later
 {% endcomment %}
 {% load i18n crispy_forms_tags static %}
 
-{# Use a fixed-width container #}
-{% block containertype %}container{% endblock %}
-
 {# Change page title without displaying it in header #}
 {% block title %}{% trans "Log in" %}{% endblock %}
 {% block contenttitle %}{% endblock %}
diff --git a/apps/registration/templates/registration/password_change_done.html b/note_kfet/templates/registration/password_change_done.html
similarity index 100%
rename from apps/registration/templates/registration/password_change_done.html
rename to note_kfet/templates/registration/password_change_done.html
diff --git a/apps/registration/templates/registration/password_change_form.html b/note_kfet/templates/registration/password_change_form.html
similarity index 100%
rename from apps/registration/templates/registration/password_change_form.html
rename to note_kfet/templates/registration/password_change_form.html
diff --git a/apps/registration/templates/registration/password_reset_complete.html b/note_kfet/templates/registration/password_reset_complete.html
similarity index 100%
rename from apps/registration/templates/registration/password_reset_complete.html
rename to note_kfet/templates/registration/password_reset_complete.html
diff --git a/apps/registration/templates/registration/password_reset_confirm.html b/note_kfet/templates/registration/password_reset_confirm.html
similarity index 100%
rename from apps/registration/templates/registration/password_reset_confirm.html
rename to note_kfet/templates/registration/password_reset_confirm.html
diff --git a/apps/registration/templates/registration/password_reset_done.html b/note_kfet/templates/registration/password_reset_done.html
similarity index 100%
rename from apps/registration/templates/registration/password_reset_done.html
rename to note_kfet/templates/registration/password_reset_done.html
diff --git a/apps/registration/templates/registration/password_reset_form.html b/note_kfet/templates/registration/password_reset_form.html
similarity index 100%
rename from apps/registration/templates/registration/password_reset_form.html
rename to note_kfet/templates/registration/password_reset_form.html
diff --git a/apps/registration/templates/registration/signup.html b/note_kfet/templates/registration/signup.html
similarity index 100%
rename from apps/registration/templates/registration/signup.html
rename to note_kfet/templates/registration/signup.html