From 92354201af65eecc18ee46716ff765cca9ec6df0 Mon Sep 17 00:00:00 2001 From: Tom Irgang Date: Tue, 18 Apr 2023 21:13:30 +0200 Subject: [PATCH] register device form and view --- cspell.json | 3 +- rc_hip/repapp/templates/repapp/index.html | 4 +- .../templates/repapp/register_device.html | 30 +++++++++++++++ rc_hip/repapp/urls.py | 4 ++ rc_hip/repapp/views.py | 38 +++++++++++++++---- 5 files changed, 69 insertions(+), 10 deletions(-) create mode 100644 rc_hip/repapp/templates/repapp/register_device.html diff --git a/cspell.json b/cspell.json index f0314ed..a821b93 100644 --- a/cspell.json +++ b/cspell.json @@ -8,7 +8,8 @@ "Reparateure", "reparateur_id", "organisator_id", - "Reparateurs" + "Reparateurs", + "repapp" ], "ignoreWords": [], "import": [] diff --git a/rc_hip/repapp/templates/repapp/index.html b/rc_hip/repapp/templates/repapp/index.html index b2b8798..febc8f8 100644 --- a/rc_hip/repapp/templates/repapp/index.html +++ b/rc_hip/repapp/templates/repapp/index.html @@ -7,7 +7,9 @@