diff --git a/ponyconf/templates/base.html b/ponyconf/templates/base.html index 1a2b861..eef466d 100644 --- a/ponyconf/templates/base.html +++ b/ponyconf/templates/base.html @@ -29,9 +29,13 @@ + {% endif %} + {% if conference.subscriptions_open %} +  {% trans "Subscribe to a workshop" %} + {% endif %} + {% if request.user.is_authenticated %} + {% if not request|staff %} {% trans "Topics" %} - {% if request|staff %} - {% trans "Tracks" %} {% endif %} {% endif %} {% block navbar-left %}{% endblock %} @@ -51,6 +55,12 @@
  •  {% trans "Volunteers" %}
  • +
  • +  {% trans "Topics" %}
  • + +
  • +  {% trans "Tracks" %}
  • +