add success-feedback on user creation

This commit is contained in:
Yannik Schmidt
2021-08-31 00:37:02 +02:00
parent 71b19db624
commit aad0568f04
3 changed files with 10 additions and 6 deletions

View File

@@ -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>