diff --git a/src/pretalx/cfp/templates/cfp/event/cfp.html b/src/pretalx/cfp/templates/cfp/event/cfp.html index fdb5dfceb..a8a7ab887 100644 --- a/src/pretalx/cfp/templates/cfp/event/cfp.html +++ b/src/pretalx/cfp/templates/cfp/event/cfp.html @@ -43,6 +43,13 @@

{{ cfp.headline|default:"" }}

{% translate "Edit or view your proposals" %} {% endif %} + + {% if has_submissions or request.user.is_anonymous %} + + {% translate "View or edit speaker profile" %} + + {% endif %} + {% if cfp.is_open or access_code.is_valid %} diff --git a/src/pretalx/cfp/templates/cfp/event/index.html b/src/pretalx/cfp/templates/cfp/event/index.html index c9306123e..d39197981 100644 --- a/src/pretalx/cfp/templates/cfp/event/index.html +++ b/src/pretalx/cfp/templates/cfp/event/index.html @@ -16,6 +16,13 @@ {% translate "Edit or view your proposals" %} {% endif %} + + {% if not is_html_export %} + + {% translate "View or edit speaker profile" %} + + {% endif %} + {% endif %} {% if request.event.current_schedule and request.event.feature_flags.show_schedule %}