{% extends 'blog/base.html' %} {% block title %}{% translate "Edit blog entry" %}{% endblock %} {% block content %}

{% translate "Edit blog entry" %}

{{ form }}
{% translate "Cancel" %}
{% endblock %}