diff --git a/proposals/templates/proposals/user_details.html b/proposals/templates/proposals/user_details.html index 107c715..c7eb0fe 100644 --- a/proposals/templates/proposals/user_details.html +++ b/proposals/templates/proposals/user_details.html @@ -7,6 +7,9 @@

{{ profile }}

+{% if request|staff %} +{% trans "Contact" %} +{% endif %} {% if request|edit_profile:profile %} {% trans "Edit" %} {% endif %}