{% extends 'feedzilla/base.html' %} {% load i18n %} {% block feedzilla_content %}

{% trans "Submit a blog" %}

{% if success %}

{% trans "Thank you. Your application has been accepted and will be reviewed by admin in the near time." %}

{% else %}
{% csrf_token %}
{% for field in form %}
{{ field.errors }}
{% endfor %}

{% endif %} {% endblock %}