{% extends "articles/base.html" %} {% load article_tags %} {% load perm_tags %} {% load styled_forms %} {% load i18n %} {% block title %}{% firstof MODULE_ARTICLES_LABEL trans 'Article' %} {% trans "Add" %}{% endblock %} {% block extra_head %} {{ block.super }} {% endblock %} {% block body %}
{% article_nav request.user %}

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

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