Make join button block

This commit is contained in:
cuom1999 2023-07-13 22:07:25 +07:00
parent 0b27c9da23
commit 2116dda86b

View file

@ -76,7 +76,7 @@
<input type="submit" class="btn-midnightblue" value="{{ _('Login to participate') }}">
</form>
{% endif %}
<div style="clear: both"></div>
<div class="content-description">
{% cache 3600 'contest_html' contest.id MATH_ENGINE %}
{{ contest.description|markdown|reference|str|safe }}