fnp
/
edumed.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
Fix saving submission with file upload exercises
[edumed.git]
/
edumed
/
templates
/
base_mil.html
diff --git
a/edumed/templates/base_mil.html
b/edumed/templates/base_mil.html
index
d6fac36
..
674ee43
100644
(file)
--- a/
edumed/templates/base_mil.html
+++ b/
edumed/templates/base_mil.html
@@
-6,12
+6,18
@@
{% load i18n %}
{% load i18n %}
+{% block header_class %}header-mil{% endblock %}
+
+{% block logo %}
+<img src="{% static "img/logo-mil.png" %}" alt="Edukacja medialna"/>
+{% endblock %}
+
{% block top_navigation %}
{% block top_navigation %}
- <li><a class="menu-
wspolpraca
" href="{% url "mil_home" %}">{% trans 'Consultations' %}</a></li>
+ <li><a class="menu-
consultations
" href="{% url "mil_home" %}">{% trans 'Consultations' %}</a></li>
<li><a class="menu-kompetencje" href="{% url "curriculum" %}">{% trans 'Competencies' %}</a></li>
<li><a class="menu-kompetencje" href="{% url "curriculum" %}">{% trans 'Competencies' %}</a></li>
- <li><a class="menu-
wspolpraca
" href="{% url "comment_document_index" %}">{% trans 'Take Part' %}</a></li>
+ <li><a class="menu-
takepart
" href="{% url "comment_document_index" %}">{% trans 'Take Part' %}</a></li>
{% if request.LANGUAGE_CODE == 'pl' %}
{% if request.LANGUAGE_CODE == 'pl' %}
- <li><a class="menu-
lekcje" href="{% url 'home' subdomain=None %}">MateriaĆy edukacyjne
</a></li>
+ <li><a class="menu-
knowledgebase" href="{% url 'knowledge_base' url='' %}">Baza wiedzy
</a></li>
{% endif %}
<li><a class="menu-kontakt" href="{% url 'mil_contact' %}">{% trans 'Contact' %}</a></li>
<li>{% lang_switcher %}</li>
{% endif %}
<li><a class="menu-kontakt" href="{% url 'mil_contact' %}">{% trans 'Contact' %}</a></li>
<li>{% lang_switcher %}</li>
@@
-22,13
+28,11
@@
{% endblock %}
{% block organizer %}
{% endblock %}
{% block organizer %}
- <span style="position:relative; left:70px;">
Projekt prowadzi:<br/>
<a href="http://nowoczesnapolska.org.pl">
Projekt prowadzi:<br/>
<a href="http://nowoczesnapolska.org.pl">
- <img src="{% static "img/logo_fnp.png" %}" alt="Fundacja Nowoczesna Polska" />
- </a>
+ <img src="{% static "img/logo_fnp
_white
.png" %}" alt="Fundacja Nowoczesna Polska" />
+ </a>
<br/>
<a href="http://http://www.nina.gov.pl/">
<a href="http://http://www.nina.gov.pl/">
- <img src="{% static "img/nina
.jp
g" %}" alt="Narodowy Instytut Audiowizualny" />
+ <img src="{% static "img/nina
-white.pn
g" %}" alt="Narodowy Instytut Audiowizualny" />
</a>
</a>
- </span>
{% endblock %}
\ No newline at end of file
{% endblock %}
\ No newline at end of file