{% 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 %} {{ form.as_p }}

{% endif %} {% endblock %}