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_intro.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 views/join_intro.html (limited to 'views/join_intro.html') diff --git a/views/join_intro.html b/views/join_intro.html new file mode 100644 index 0000000..9ed93d5 --- /dev/null +++ b/views/join_intro.html @@ -0,0 +1,23 @@ +{% extends "base.html" %} + +{% block head %} + +{% endblock %} + +{% block content %} +

Joining the Blind Guild

+

+ So you want to join the Blind Guild. + Be warned, + we are a very exclusive club + and we aren't actively seeking new members. + However, if you're a skilled player + and feel like you could help elevate the Blind Guild, + feel free to send us an application! +

+

+ Click the button below to go to the form + where you can submit your application. +

+ Apply +{% endblock %} -- cgit v1.2.3