{% extends "base.html" %} {% load staticfiles %} {% block container %} {% if newsform.non_field_errors %} {% for e in newsform.non_field_errors %}
{% endfor %} {% endif %}

News information


{% csrf_token %}
{% if newsform.errors.title %} {% endif %} {{ newsform.title }}
{% if newsform.errors.description %} {% endif %} {{ newsform.description }}

{% endblock container %}