diff --git a/app/templates/users/profile.html b/app/templates/users/profile.html index c1e17ac..ff58793 100644 --- a/app/templates/users/profile.html +++ b/app/templates/users/profile.html @@ -13,17 +13,20 @@
{% if user.can_see_edit_profile(current_user) %} + {{ _("Edit Profile") }} + {{ _("To Do List") }} {% endif %} {% if current_user.is_authenticated and current_user.rank.atLeast(current_user.rank.MODERATOR) and user.email %} - {{ _("Send Email") }} + + {{ _("Send Email") }} {% endif %} @@ -132,7 +135,7 @@ {% set badge_color = "white" %} {% endif %}
- +
{% if review_idx == 0 %}