{% extends "base.html" %} {% load i18n %} {% load uni_form_tags %} {% block title %}{% trans "New post" %}{% endblock %} {% block content %}

{% trans "New post" %}

{% csrf_token %} {{ form|as_uni_form }}
{% endblock content %} {% block footerscript %} $("#dialog").dialog("option", "title", "Select image to insert"); $("#id_body").markItUp(markdownSettings); {% endblock footerscript %}