fix registration issues

online_registration
Raz 12 months ago
parent 0c6d31277b
commit ed539132b1
  1. 2
      tournaments/templates/tournaments/tournament_info.html

@ -41,7 +41,7 @@
{% if tournament.information %}
<p>
<div class="semibold">Infos</div>
<div>{{ tournament.information }}</div>
<div>{{ tournament.information|linebreaks }}</div>
</p>
{% endif %}

Loading…
Cancel
Save