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

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

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