Fix accents in wiki page name and allow to delete a page

This commit is contained in:
2017-03-08 13:25:23 +01:00
parent b90d930594
commit 95f984824a
4 changed files with 32 additions and 3 deletions

View File

@ -23,6 +23,7 @@ function make_preview() {
<p><input type="button" value="{% trans %}Preview{% endtrans %}" onclick="javascript:make_preview();" /></p>
<p><input type="submit" value="{% trans %}Save{% endtrans %}" /></p>
</form>
<a href="{{ url('core:page_delete', page_id=page.id)}}">{% trans %}Delete{% endtrans %}</a>
<div id="preview">
</div>
{% endblock %}