proper text for sign up confirmation
This commit is contained in:
@@ -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 %}
|
||||
Reference in New Issue
Block a user