diff --git a/proposals/templates/proposals/user_details.html b/proposals/templates/proposals/user_details.html index 338547f..bf53e42 100644 --- a/proposals/templates/proposals/user_details.html +++ b/proposals/templates/proposals/user_details.html @@ -17,12 +17,18 @@

{% trans "Biography" %}

{{ profile.biography }}

+{% if request|staff %} +

{{ profile.user.email }}

+{% endif %} +

{% trans "Talks" %}

{% include "proposals/_talk_list.html" %} {% if request|edit_profile:profile %} -

{% trans "Preferences" %}

+

{% trans "Information" %}

+ +

{% trans "Travels and hosting" %}

+ +

{% trans "Talk needs" %}

+ + -

{% trans "Constraints" %}

+

{% trans "Constraints" %}

{{ participation.constraints|linebreaksbr }}

-

{% trans "Notes" %}

+

{% trans "Notes" %}

{{ participation.notes|linebreaksbr }}

{% endif %}