From 137648f5db940b8a6d65db31eee231ef1ce5d761 Mon Sep 17 00:00:00 2001
From: Frederick Muriuki Muriithi
Date: Thu, 2 May 2024 03:59:43 +0300
Subject: Replace colon with hyphen in html element names
Colons have special meanings in CSS rules. This means that having
names with colons in them is a recipe for annoying, difficult to track
bugs.
---
gn_auth/templates/admin/register-client.html | 24 ++++++++++++------------
1 file changed, 12 insertions(+), 12 deletions(-)
(limited to 'gn_auth/templates/admin')
diff --git a/gn_auth/templates/admin/register-client.html b/gn_auth/templates/admin/register-client.html
index daac977..5d525c5 100644
--- a/gn_auth/templates/admin/register-client.html
+++ b/gn_auth/templates/admin/register-client.html
@@ -13,9 +13,9 @@
{%for scp in scope%}
-
-
+
{%endfor%}
@@ -24,20 +24,20 @@
-
- Client name
+