You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: seminare/problems/templates/problems/_submit_sidebar.html
+6Lines changed: 6 additions & 0 deletions
Original file line number
Diff line number
Diff line change
@@ -7,7 +7,13 @@
7
7
Pre odovzdávanie sa musíš <ahref="{% url "oidc_authentication_init" %}?next={{request.path_info|urlencode}}" class="underline hover:text-red-700">prihlásiť</a>.
8
8
</span>
9
9
</div>
10
+
{% elif not user.current_grade or not user.current_school %}
11
+
{# TODO: remove that login / logout step when no longer needed #}
12
+
{% message 'Nemáš nastavenú školu a ročník. Nastav si ich prosím v <aclass="link" href="https://id.trojsten.sk/accounts/school/">Trojsten ID</a> a potom sa odhlás a znovu prihlás.' "warning" %}
10
13
{% else %}
14
+
{% if enrollment_warning %}
15
+
{% message 'Tvoja aktuálna škola alebo ročník sa zmenil. Ak sú údaje vo výsledkovej listine neaktuálne, napíš na <aclass="link" href="mailto:info@trojsten.sk?subject=Neaktuálne údaje vo výsledkovej listine">info@trojsten.sk</a>.' "warning" %}
0 commit comments