Compare commits
1 Commits
da962a9f7a
...
d63bc7a758
| Author | SHA1 | Date | |
|---|---|---|---|
|
d63bc7a758
|
@@ -42,7 +42,7 @@
|
|||||||
<p><span>Тема: </span> {{ theme }}</p>
|
<p><span>Тема: </span> {{ theme }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if rating | length %}
|
{% if rating | length %}
|
||||||
<p><span>Рейтинг: </span> {{ author }}</p>
|
<p><span>Рейтинг: </span> {{ rating }}</p>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if batch_info.description | length %}
|
{% if batch_info.description | length %}
|
||||||
<p><span>Чемпионат: </span> {{ batch_info.description }}</p>
|
<p><span>Чемпионат: </span> {{ batch_info.description }}</p>
|
||||||
@@ -56,4 +56,4 @@
|
|||||||
</div></details>
|
</div></details>
|
||||||
</div>
|
</div>
|
||||||
<br />
|
<br />
|
||||||
{% endblock content %}
|
{% endblock content %}
|
||||||
|
|||||||
Reference in New Issue
Block a user