|
|
|
@ -146,7 +146,7 @@ |
|
|
|
<div class="i-event-description"> |
|
|
|
<div class="i-event-description"> |
|
|
|
<h2 class="ied-title">{% if event.event_type == 'expo' %}{% trans 'О выставке' %}{% else %}{% trans 'О конференции' %}{% endif %} {{ event.name|safe }}</h2> |
|
|
|
<h2 class="ied-title">{% if event.event_type == 'expo' %}{% trans 'О выставке' %}{% else %}{% trans 'О конференции' %}{% endif %} {{ event.name|safe }}</h2> |
|
|
|
{% if event.description %} |
|
|
|
{% if event.description %} |
|
|
|
<div class="ied-text">{{ event.description|safe|linebreaks }}</div> |
|
|
|
<div class="ied-text">{{ event.description|safe }}</div> |
|
|
|
{% else %} |
|
|
|
{% else %} |
|
|
|
{% include "client/includes/conference/default_description.html" with conf=event %} |
|
|
|
{% include "client/includes/conference/default_description.html" with conf=event %} |
|
|
|
{% endif %} |
|
|
|
{% endif %} |
|
|
|
|