wiki: remove old markdown preview

This commit is contained in:
2018-12-20 14:32:52 +01:00
parent bae45bcd38
commit f6ab993b8d
3 changed files with 2 additions and 35 deletions

View File

@ -1,10 +1,5 @@
{% extends "core/base.jinja" %}
{% from 'core/macros_pages.jinja' import markdown_preview_script, page_edit_form %}
{% block head %}
{{ super() }}
{{ markdown_preview_script(csrf_token) }}
{% endblock %}
{% from 'core/macros_pages.jinja' import page_edit_form %}
{% block content %}
{{ page_edit_form(page, form, url('club:club_edit_page', club_id=page.club.id), csrf_token) }}