diff options
Diffstat (limited to 'templates/wiki/page_edit.html')
-rw-r--r-- | templates/wiki/page_edit.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/templates/wiki/page_edit.html b/templates/wiki/page_edit.html index 69726d93..70f426e1 100644 --- a/templates/wiki/page_edit.html +++ b/templates/wiki/page_edit.html @@ -4,9 +4,6 @@ {% block og_description %}{% endblock %} {% block page_classes %}uses-rst{% endblock %} -{% block extra_head %} - <script src="https://cdnjs.cloudflare.com/ajax/libs/ace/1.3.3/ace.js" type="application/javascript"></script> -{% endblock %} {% block content %} <form uk-grid class="uk-grid-small" action="{{ url_for("wiki.edit", page=page) }}" method="post"> |