Cloned DMOJ
This commit is contained in:
parent
f623974b58
commit
49dc9ff10c
513 changed files with 132349 additions and 39 deletions
12
templates/ticket/new_problem.html
Normal file
12
templates/ticket/new_problem.html
Normal file
|
@ -0,0 +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 %}
|
||||
{% endblock %}
|
Loading…
Add table
Add a link
Reference in a new issue