Přednášky odřádkování (odstavce)
This commit is contained in:
parent
d1ba5057f1
commit
0a58751155
1 changed files with 2 additions and 2 deletions
|
@ -15,7 +15,7 @@
|
|||
{{ form_set_prednasky.management_form }}
|
||||
{% for f, p in formy_a_prednasky %}
|
||||
<h4>{{p.nazev}} ({{p.org}})</h4>
|
||||
<p class="textprednasky">{{p.anotace}}</p>
|
||||
<p class="textprednasky">{{p.anotace | linebreaksbr}}</p>
|
||||
<label>Obor: </label> {{p.obor}}<br>
|
||||
<label>Obtížnost: </label> {{p.obtiznost}}<br>
|
||||
{% if p.klicova %}<label>Klíčová slova: </label> {{p.klicova}}<br>{% endif%}
|
||||
|
@ -30,7 +30,7 @@
|
|||
{% for f, z in formy_a_znalosti %}
|
||||
{% if forloop.first %}<hr/><h3>Jak moc znáš následující?</h3>{% endif %}
|
||||
<h4>{{z.nazev}}</h4>
|
||||
<p class="textznalosti">{{z.text}}</p>
|
||||
<p class="textznalosti">{{z.text | linebreaksbr}}</p>
|
||||
{{ f }}
|
||||
<br>
|
||||
{% endfor %}
|
||||
|
|
Loading…
Reference in a new issue