fix registration issues

online_registration
Raz 11 months ago
parent ed539132b1
commit 8e17ba2316
  1. 2
      tournaments/templates/tournaments/tournament_info.html

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

Loading…
Cancel
Save