X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/039112897b09b05153d79ca9a2d9ed114827d294..6d4d8644ae79d264dda4e9d3cb0322962a182463:/redakcja/templates/registration/head_login.html diff --git a/redakcja/templates/registration/head_login.html b/redakcja/templates/registration/head_login.html index 3077af38..01edf112 100644 --- a/redakcja/templates/registration/head_login.html +++ b/redakcja/templates/registration/head_login.html @@ -4,17 +4,26 @@
  • -
    + {% csrf_token %}
    | -
    + {% csrf_token %}
    |
  • {% trans "About" %}
  • -
  • {% trans "App Your School" %}
  • + {#
  • {% trans "Competition" %}
  • #}
  • {% trans "New organization" %}
  • {% trans "All organizations" %}
  • + + {% if user.membership_set.all.exists %} + + {% for membership in user.membership_set.all %} +
  • {{ membership.organization }}
  • + {% endfor %} + {% else %} + + {% endif %}
  • {% trans "My resources" %}
  • {% endif %}
  • {% trans "Finished resources" %}
  • +
  • {% trans "Upcoming resources" %}
  • @@ -60,15 +79,6 @@