{% extends "articles/base.html" %} {% load article_tags %} {% load perm_tags %} {% load styled_forms %} {% block title %}{% firstof MODULE_ARTICLES_LABEL trans trans 'Article' %} {% trans "Edit" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block content %}

{% firstof MODULE_ARTICLES_LABEL trans 'Article' %} {% trans "Edit" %}

{% csrf_token %}
{{ form|styled_form }}
+ {% trans "Category" %}
{{ categoryform|styled_form }}
{% endblock %} {% block extra_body %} {{ block.super }} {{ form.media }} {% include 'tags/autocomplete.html' %} {% endblock %}