Reformat html files

This commit is contained in:
cuom1999 2023-01-27 17:11:10 -06:00
parent 9a208ca108
commit 52f1e77fe1
205 changed files with 11096 additions and 11086 deletions

View file

@ -1,12 +1,12 @@
{% extends "ticket/new.html" %}
{% block guideline_message %}
{% if not request.in_contest %}
<div class="alert alert-warning alert-dismissable">
<a class="close">x</a>
<b>{{ _('Thanks for opening a ticket!') }}</b>
<br><br>
{{ _('Please keep in mind that this form is for reporting issues with a problem statement, and not for asking for help. If you require assistance on solving a problem, ask in the comments instead.') }}
</div>
{% endif %}
{% if not request.in_contest %}
<div class="alert alert-warning alert-dismissable">
<a class="close">x</a>
<b>{{ _('Thanks for opening a ticket!') }}</b>
<br><br>
{{ _('Please keep in mind that this form is for reporting issues with a problem statement, and not for asking for help. If you require assistance on solving a problem, ask in the comments instead.') }}
</div>
{% endif %}
{% endblock %}