fnp
/
edumed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (from parent 1:
76279d8
)
minor changes
author
Radek Czajka
<radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 20 Feb 2013 13:45:09 +0000
(14:45 +0100)
committer
Radek Czajka
<radoslaw.czajka@nowoczesnapolska.org.pl>
Wed, 20 Feb 2013 13:45:09 +0000
(14:45 +0100)
catalogue/templates/catalogue/snippets/carousel.html
patch
|
blob
|
history
curriculum/templates/curriculum/competence_list.html
patch
|
blob
|
history
edumed/templates/home.html
patch
|
blob
|
history
diff --git
a/catalogue/templates/catalogue/snippets/carousel.html
b/catalogue/templates/catalogue/snippets/carousel.html
index
62cfd07
..
75a3b2c
100755
(executable)
--- a/
catalogue/templates/catalogue/snippets/carousel.html
+++ b/
catalogue/templates/catalogue/snippets/carousel.html
@@
-13,7
+13,7
@@
</ul>
<ul id="catalogue-carousel-switcher">
<li><a href="{{ jak }}#wiedza-w-pigulce" class="knowledge">wiedza w pigułce</a></li>
</ul>
<ul id="catalogue-carousel-switcher">
<li><a href="{{ jak }}#wiedza-w-pigulce" class="knowledge">wiedza w pigułce</a></li>
- <li><a href="{{ jak }}#
cwicze
nia" class="activity">zadania</a></li>
+ <li><a href="{{ jak }}#
zada
nia" class="activity">zadania</a></li>
<li><a href="{{ jak }}#scenariusze" class="lesson-plan">scenariusze</a></li>
<li><a href="{{ jak }}#slowniczek" class="reference">słowniczek</a></li>
</ul>
<li><a href="{{ jak }}#scenariusze" class="lesson-plan">scenariusze</a></li>
<li><a href="{{ jak }}#slowniczek" class="reference">słowniczek</a></li>
</ul>
diff --git
a/curriculum/templates/curriculum/competence_list.html
b/curriculum/templates/curriculum/competence_list.html
index
e03899e
..
5597c8c
100755
(executable)
--- a/
curriculum/templates/curriculum/competence_list.html
+++ b/
curriculum/templates/curriculum/competence_list.html
@@
-1,10
+1,13
@@
{% extends "base.html" %}
{% extends "base.html" %}
+{% load chunks %}
{% block title %}Katalog kompetencji medialnych i informacyjnych{% endblock %}
{% block body %}
<h1>Katalog kompetencji medialnych i informacyjnych</h1>
{% block title %}Katalog kompetencji medialnych i informacyjnych{% endblock %}
{% block body %}
<h1>Katalog kompetencji medialnych i informacyjnych</h1>
+{% chunk 'katalog_kompetencji' %}
+
<div class="curriculum-form">
<h2><a>Przeglądaj kompetencje <span>(rozwiń)</span></a></h2>
<form>
<div class="curriculum-form">
<h2><a>Przeglądaj kompetencje <span>(rozwiń)</span></a></h2>
<form>
diff --git
a/edumed/templates/home.html
b/edumed/templates/home.html
index
51642de
..
0756053
100755
(executable)
--- a/
edumed/templates/home.html
+++ b/
edumed/templates/home.html
@@
-38,6
+38,8
@@
<section class="main-tools-box">
<h1>Narzędzia</h1>
<ul class="link-list">
<section class="main-tools-box">
<h1>Narzędzia</h1>
<ul class="link-list">
+ <li><a href="{% url 'contact_form' 'sugestie' %}">Zgłoś błąd lub sugestię</a></li>
+ <li><a href="{% url 'info' 'jak-korzystac/' %}">Jak korzystać?</a></li>
<li><a href="{{ package_url }}">Pobierz wszystkie lekcje</a></li>
<li><a href="{{ package_student_url }}">Pobierz wszystkie lekcje w wersji dla ucznia</a></li>
<li><a href="{% url 'catalogue_lesson' 'slowniczek' %}">Słowniczek</a></li>
<li><a href="{{ package_url }}">Pobierz wszystkie lekcje</a></li>
<li><a href="{{ package_student_url }}">Pobierz wszystkie lekcje w wersji dla ucznia</a></li>
<li><a href="{% url 'catalogue_lesson' 'slowniczek' %}">Słowniczek</a></li>