Skip to content

Commit

Permalink
Merge branch 'server' into stable
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslanbektashev committed Jun 11, 2024
2 parents 0e86309 + cef1ba3 commit 0dabc21
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -247,6 +247,7 @@ <h6 class="text-muted">Подпосылки:</h6>
{% endblock main_content %}

{% block main_scripts %}
<script src="{% static 'mathjax/es5/tex-chtml.js' %}" defer></script>
{% if submission.problem.type == 'Text' %}
{% if perms.contests.change_submission or request|has_leader_permission:submission.course %}
<script src="{% static 'contest/js/utils.js' %}" type="text/javascript"></script>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ <h1 class="modal-title fs-5" id="secureSubmissionModalLabel">Внимание!</
{% endblock main_content %}

{% block main_scripts %}
<script src="{% static 'mathjax/es5/tex-chtml.js' %}" defer></script>
{% if problem.type == 'Text' %}
<script src="{% static 'ckeditor/ckeditor.min.js' %}" type="text/javascript"></script>
<script src="{% static 'ckeditor/ckeditor.config.js' %}" type="text/javascript"></script>
Expand Down

0 comments on commit 0dabc21

Please sign in to comment.