{% extends 'document_catalogue/base.html' %} {% load form_tags %} {% block dc-content %} {% include 'document_catalogue/include/breadcrumb.html' with current_category_link=True %}
{{ form.title.help_text }}
{{ form.description.help_text }}
{{ form.category.help_text }}
{{ form.is_published.help_text }}
{{ form.file.help_text }}