diff --git a/oioioi/simpleui/templates/simpleui/contest/contest.html b/oioioi/simpleui/templates/simpleui/contest/contest.html index 90ab94d39..90d8c3236 100644 --- a/oioioi/simpleui/templates/simpleui/contest/contest.html +++ b/oioioi/simpleui/templates/simpleui/contest/contest.html @@ -29,13 +29,14 @@

{{ contest }}

- +
@@ -51,6 +52,8 @@

{% trans "Rounds" %}

{% trans "There are no rounds in this contest." %}

{% endif %}
+ + {% trans "All problem settings" %}
@@ -73,4 +76,4 @@

{% trans "Questions and news" %}

-{% endblock %} \ No newline at end of file +{% endblock %} diff --git a/oioioi/simpleui/templates/simpleui/contest/ingredients/round.html b/oioioi/simpleui/templates/simpleui/contest/ingredients/round.html index 5ac5bda89..258da83c1 100644 --- a/oioioi/simpleui/templates/simpleui/contest/ingredients/round.html +++ b/oioioi/simpleui/templates/simpleui/contest/ingredients/round.html @@ -11,11 +11,10 @@ {% endfor %} -
- {% trans "Add a problem" %} - | - {% trans "Settings" %} -
+
@@ -34,4 +33,4 @@ Recent activity is activity from last {{ RECENT_ACTIVITY_DAYS }} days. {% endblocktrans %} -

\ No newline at end of file +

diff --git a/oioioi/simpleui/templates/simpleui/main_dashboard/dashboard.html b/oioioi/simpleui/templates/simpleui/main_dashboard/dashboard.html index 3f3f8d6d7..52a8a18d6 100644 --- a/oioioi/simpleui/templates/simpleui/main_dashboard/dashboard.html +++ b/oioioi/simpleui/templates/simpleui/main_dashboard/dashboard.html @@ -17,27 +17,21 @@

{% block dashboard-name %}{% trans "User dashboard" %}{% endblock %}

- {% block dashboard-top-menu %} - {% if can_create_contest %} - - {% endif %} - {% if has_portal %} - - {% endif %} - - {% endblock %} + {% endif %} + + {% trans "Problemset" %} + + {% endblock %} +
{% if contests|length == 0 %} diff --git a/oioioi/teachers/templates/teachers/simpleui/teacher_contest_dashboard.html b/oioioi/teachers/templates/teachers/simpleui/teacher_contest_dashboard.html index 972933753..2a539e5c5 100644 --- a/oioioi/teachers/templates/teachers/simpleui/teacher_contest_dashboard.html +++ b/oioioi/teachers/templates/teachers/simpleui/teacher_contest_dashboard.html @@ -2,11 +2,7 @@ {% load i18n %} {% block contest-top-menu %} -
- {% trans "Pupils" %} - | - {% trans "Teachers" %} - | - {{ block.super }} -
+ {{ block.super }} + {% trans "Pupils" %} + {% trans "Teachers" %} {% endblock %} diff --git a/oioioi/teachers/templates/teachers/simpleui/teacher_dashboard.html b/oioioi/teachers/templates/teachers/simpleui/teacher_dashboard.html index 6c780c225..0d2eef54c 100644 --- a/oioioi/teachers/templates/teachers/simpleui/teacher_dashboard.html +++ b/oioioi/teachers/templates/teachers/simpleui/teacher_dashboard.html @@ -8,11 +8,8 @@ {% block dashboard-top-menu %} {{ block.super }} {% if usergroups_active %} - + + {% trans "Your user groups" %} + {% endif %} {% endblock %}