From c0d2b9eb7e2b65b582039aafdca765fe32acf81e Mon Sep 17 00:00:00 2001 From: Linnnus Date: Sat, 27 Apr 2024 21:21:51 +0200 Subject: Flesh out 'join' user flow This commit splits the user flow when sending in an application to join the guild into three staged: 1. Intro text 2. HTML form 3. Form submission feedback (aka. "yay it went through") --- views/join_form.html | 58 ++++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) create mode 100644 views/join_form.html (limited to 'views/join_form.html') diff --git a/views/join_form.html b/views/join_form.html new file mode 100644 index 0000000..0e06399 --- /dev/null +++ b/views/join_form.html @@ -0,0 +1,58 @@ +{% extends "base.html" %} + +{% block head %} + + + +{% endblock %} + +{% block content %} +
+ + + +
+ +
+
+{% endblock %} -- cgit v1.2.3 From 4ea85a09f7ab6932472ecfcf43c82515928df477 Mon Sep 17 00:00:00 2001 From: Linnnus Date: Mon, 29 Apr 2024 09:33:20 +0200 Subject: Use oath userid to identify applicants --- views/join_form.html | 1 + 1 file changed, 1 insertion(+) (limited to 'views/join_form.html') diff --git a/views/join_form.html b/views/join_form.html index 0e06399..440c993 100644 --- a/views/join_form.html +++ b/views/join_form.html @@ -16,6 +16,7 @@ {% block content %}