mirror of
https://github.com/FAUSheppy/jeffrey_miller_flask_ftp
synced 2025-12-10 05:18:31 +01:00
add success-feedback on user creation
This commit is contained in:
@@ -47,10 +47,12 @@
|
||||
</button>
|
||||
</div>
|
||||
<div class="card-footer">
|
||||
<!-- more content options
|
||||
<div class="d-flex justify-content-center links mb-2">
|
||||
|
||||
{% if code == "0" %}
|
||||
<div class="d-flex justify-content-center links mb-2" style="color: darkgreen;">
|
||||
Success!
|
||||
</div>
|
||||
{% endif %}
|
||||
<!-- more content options
|
||||
<div class="d-flex justify-content-center links">
|
||||
<a class="btn btn-block btn-primary text-uppercase" href="/contact"></a>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user