From a8d260a0ef20e92f5ddf8bcb945cdbd0de6c501a Mon Sep 17 00:00:00 2001 From: Frederick Yin Date: Wed, 27 Oct 2021 10:07:45 +0800 Subject: Split umbrellas.html into desktop and mobile view Because the difference is friggin massive --- jimbrella/templates/auth.html | 29 +++++++++++++++++++++++++++++ 1 file changed, 29 insertions(+) create mode 100644 jimbrella/templates/auth.html (limited to 'jimbrella/templates/auth.html') diff --git a/jimbrella/templates/auth.html b/jimbrella/templates/auth.html new file mode 100644 index 0000000..9fb1e14 --- /dev/null +++ b/jimbrella/templates/auth.html @@ -0,0 +1,29 @@ + + + + JI Umbrella + + + + + {% if action == "login" %} +

Login to JI Umbrella

+ {% else %} +

Register for JI Umbrella

+ {% endif %} + +
+ {% include "admin/tabs.html" %} + +
+ + -- cgit v1.2.3