This commit is contained in:
Aaron Kimbre
2022-05-11 13:05:18 -05:00
parent 1dbe0ce980
commit 07136ef283
4 changed files with 57 additions and 2 deletions

View File

@@ -23,6 +23,12 @@
<br/>
<div class="col">
{{ account_data.email }}
{% if current_user.gm_level >= 8 and not(current_user.gm_level == 8 and account_data.gm_level == 8)%}
<a role="button" class="btn btn-primary"
href='{{ url_for('accounts.edit_email', id=account_data.id) }}'>
Edit
</a>
{% endif %}
</div>
</div>
{% endif %}