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

Application recieved

+

+ Your application was submitted successfully! + We'll review it and decide if you're cool enough to join our exclusive club. + Please note that it may take a few days for us to get to your application. +

+

+ If you're accepted into our elite gang of high-tier gamers, + you'll receive an in-game invite to the Blind Guild. +

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