From: Jan Szejko Date: Wed, 1 Jun 2016 09:39:29 +0000 (+0200) Subject: fix url tags for subdomain X-Git-Url: https://git.mdrn.pl/edumed.git/commitdiff_plain/003a3fab503e3c8362b14f8f8c7306f305d9cc39 fix url tags for subdomain --- diff --git a/edumed/templates/base_mil.html b/edumed/templates/base_mil.html index 2523f13..7a88f45 100644 --- a/edumed/templates/base_mil.html +++ b/edumed/templates/base_mil.html @@ -13,13 +13,13 @@ {% endblock %} {% block top_navigation %} -
  • {% trans 'About Catalogue' %}
  • +
  • {% trans 'About Catalogue' %}
  • {% trans 'Competencies' %}
  • {% comment %}
  • {% trans 'Take Part' %}
  • {% endcomment %} {% if request.LANGUAGE_CODE == 'pl' %} -
  • Baza wiedzy
  • +
  • Baza wiedzy
  • {% endif %} -
  • {% trans 'Contact' %}
  • +
  • {% trans 'Contact' %}
  • {% lang_switcher %}
  • {% endblock %}