From 30f949522fd4f27d576361443a6d7b95ff2bae95 Mon Sep 17 00:00:00 2001 From: Adnan Maolood Date: Thu, 14 Jul 2022 12:19:40 -0400 Subject: [PATCH] gitsrht/templates: Surface validation errors Surface validation errors which are not attached to a given field. --- gitsrht/templates/clone.html | 1 + gitsrht/templates/create.html | 1 + 2 files changed, 2 insertions(+) diff --git a/gitsrht/templates/clone.html b/gitsrht/templates/clone.html index 5629e6c..e1130a9 100644 --- a/gitsrht/templates/clone.html +++ b/gitsrht/templates/clone.html @@ -99,6 +99,7 @@ {% endif %}> Clone another? + {{valid.summary()}} diff --git a/gitsrht/templates/create.html b/gitsrht/templates/create.html index 363863b..4595173 100644 --- a/gitsrht/templates/create.html +++ b/gitsrht/templates/create.html @@ -84,6 +84,7 @@ {% endif %}> Create another? + {{valid.summary()}}
-- 2.38.4