Add math engine to ticket

This commit is contained in:
cuom1999 2020-06-30 11:42:45 -05:00
parent 802ba7bbba
commit b6d0e57fb6
2 changed files with 57 additions and 49 deletions

View file

@ -389,3 +389,11 @@
</div>
</div>
{% endblock %}
{% block bodyend %}
{{ super() }}
{% if REQUIRE_JAX %}
{% include "mathjax-load.html" %}
{% endif %}
{% include "comments/math.html" %}
{% endblock %}