{% extends 'base.html' %} {% load custom_tags_and_filters %} {% load static %} {% load tz %} {% block title %}Create publication{% endblock %} {% block content %}

Create publication

{% csrf_token %} {% if error %}
{{ error }}
{% endif %}
{% button type="view" submit="true" value="Search" %}
{% endblock %}