Remove math engines
This commit is contained in:
parent
3f53c62d4d
commit
1e7957a2cd
22 changed files with 67 additions and 81 deletions
|
@ -141,12 +141,6 @@
|
|||
<td><label class="inline-header grayed">{{ _('Editor theme') }}:</label></td>
|
||||
<td><span class="fullwidth">{{ form.ace_theme }}</span></td>
|
||||
</tr>
|
||||
{% if has_math_config %}
|
||||
<tr>
|
||||
<td><label class="inline-header grayed">{{ _('Math engine') }}:</label></td>
|
||||
<td><span class="fullwidth">{{ form.math_engine }}</span></td>
|
||||
</tr>
|
||||
{% endif %}
|
||||
</table>
|
||||
</td>
|
||||
</tr>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue