proper text for sign up confirmation

This commit is contained in:
ralphi3
2026-06-19 14:27:18 +12:00
parent 883081f30d
commit 80862825ed
4 changed files with 8 additions and 9 deletions
+7
View File
@@ -12,6 +12,13 @@
<input type="password" id="password" name="password" required><br><br>
<button type="submit" class="submitbutton" style="font-family: 'Gill Sans', 'Gill Sans MT', Calibri, 'Trebuchet MS', sans-serif; border-color: gray; border-radius: 4px; border-width: 4px;">Create account</button>
{% if success_message %}
<p style="color: green; margin-top: 15px; font-weight: bold;">
{{ success_message }}
</p>
{% endif %}
</form>
{% endblock %}
-4
View File
@@ -1,4 +0,0 @@
<body>
<h1>SUCCESSFULLY MADE ACCOUNT
<button><a href="{{ url_for('signin') }}">click to go to sign in page</a></button>
</body>