From 79222a27aad8fb91eb4aa8f1d66c10bbceccacff Mon Sep 17 00:00:00 2001 From: Alex Date: Fri, 27 Dec 2024 13:21:08 +0100 Subject: [PATCH] fixup! refactoring --- sipa/templates/usersuite/mpsk_client.html | 2 +- sipa/templates/usersuite/{mpsks_table.html => mpsk_table.html} | 0 tests/model/test_mpsk.py | 0 3 files changed, 1 insertion(+), 1 deletion(-) rename sipa/templates/usersuite/{mpsks_table.html => mpsk_table.html} (100%) create mode 100644 tests/model/test_mpsk.py diff --git a/sipa/templates/usersuite/mpsk_client.html b/sipa/templates/usersuite/mpsk_client.html index 332125ee..12ca5c08 100644 --- a/sipa/templates/usersuite/mpsk_client.html +++ b/sipa/templates/usersuite/mpsk_client.html @@ -1,5 +1,5 @@ {% extends "generic_form.html" %} -{% set page_title = _("MAC-Adresse ändern") %} +{% set page_title = _("MPSKs Form") %} {% block form_content %}
diff --git a/sipa/templates/usersuite/mpsks_table.html b/sipa/templates/usersuite/mpsk_table.html similarity index 100% rename from sipa/templates/usersuite/mpsks_table.html rename to sipa/templates/usersuite/mpsk_table.html diff --git a/tests/model/test_mpsk.py b/tests/model/test_mpsk.py new file mode 100644 index 00000000..e69de29b