fnp
/
edumed.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
|
inline
| side by side (parent:
4174245
)
only show new curriculum if present
author
Jan Szejko
<janek37@gmail.com>
Thu, 28 Dec 2017 08:59:43 +0000
(09:59 +0100)
committer
Jan Szejko
<janek37@gmail.com>
Thu, 28 Dec 2017 08:59:43 +0000
(09:59 +0100)
catalogue/templates/catalogue/lesson/lesson_detail.html
patch
|
blob
|
history
diff --git
a/catalogue/templates/catalogue/lesson/lesson_detail.html
b/catalogue/templates/catalogue/lesson/lesson_detail.html
index
a8087bf
..
f313936
100755
(executable)
--- a/
catalogue/templates/catalogue/lesson/lesson_detail.html
+++ b/
catalogue/templates/catalogue/lesson/lesson_detail.html
@@
-41,6
+41,11
@@
<ul class="plain">
{% curriculum object.dc.curriculum %}
</ul>
<ul class="plain">
{% curriculum object.dc.curriculum %}
</ul>
+ </section>
+ {% endif %}
+
+ {% if object.dc.curriculum_new %}
+ <section class="section-minor">
<h1>Podstawa programowa 2017:</h1>
<ul class="plain">
{% curriculum object.dc.curriculum_new new=True %}
<h1>Podstawa programowa 2017:</h1>
<ul class="plain">
{% curriculum object.dc.curriculum_new new=True %}