Add account page to settings

This commit is contained in:
rubenwardy
2020-12-09 19:50:11 +00:00
parent 778a602aa6
commit ac7714b997
4 changed files with 144 additions and 134 deletions

View File

@@ -25,7 +25,7 @@
</p>
{% endif %}
<a class="btn btn-secondary mr-3" href="{{ url_for('users.profile_edit', username=user.username) }}">Cancel</a>
<a class="btn btn-secondary mr-3" href="{{ url_for('users.account', username=user.username) }}">Cancel</a>
<input type="submit" value="{% if can_delete %}Delete{% else %}Deactivate{% endif %}" class="btn btn-danger" />
</div>
</form>