|
@ -22,11 +22,13 @@ |
|
|
|
|
|
|
|
|
<h3>Zadání</h3> |
|
|
<h3>Zadání</h3> |
|
|
{{ problem.text_zadani |safe }} |
|
|
{{ problem.text_zadani |safe }} |
|
|
|
|
|
{% if problem.text_reseni %} |
|
|
<h3>Řešení</h3> |
|
|
<h3>Řešení</h3> |
|
|
{{ problem.text_reseni |safe }} |
|
|
{{ problem.text_reseni |safe }} |
|
|
|
|
|
{% endif %} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
{% if True %} |
|
|
{% if user.is_authenticated %} |
|
|
<div class='mam-org-only'> |
|
|
<div class='mam-org-only'> |
|
|
|
|
|
|
|
|
<h3>Text - org</h3> |
|
|
<h3>Text - org</h3> |
|
|