From 4b5fe3433587777bbb0103411b8e0a45afdd68d8 Mon Sep 17 00:00:00 2001 From: Sachi King Date: Sat, 20 Jan 2018 20:56:40 +1100 Subject: [PATCH] Add regex validation [A-Z0-9]{6} for input Don't block submition, but give the user a red bar. Also a link to overview. Esp if it is 5+ sec to load, we don't need it 90%+ the time, don't page through it in the scan print workflow. --- .../templates/regidesk/ci_landing.html | 37 ++++++++++++++++--- 1 file changed, 31 insertions(+), 6 deletions(-) diff --git a/vendor/regidesk/regidesk/templates/regidesk/ci_landing.html b/vendor/regidesk/regidesk/templates/regidesk/ci_landing.html index c733ac5d..d5c4bff0 100644 --- a/vendor/regidesk/regidesk/templates/regidesk/ci_landing.html +++ b/vendor/regidesk/regidesk/templates/regidesk/ci_landing.html @@ -8,19 +8,44 @@ {% block body %}
-
- +
+ + + + Format doesn't match
- - + + + Overview
{% endblock %}