{% extends "blog/base.html" %} {% load i18n %} {% load uni_form_tags %} {% block head_title %}{% blocktrans %}Editing Post{% endblocktrans %}{% endblock %} {% block body %} {% ifequal post.author request.user %}
{% else %}{% trans "You are not the author of this post" %}
{% endifequal %} {% endblock %} {% block extra_body %} {% load jquery_validation %} {% include_validation %} {% endblock %}