{% extends "blogging/base.html" %} {% block title %} Create Content - Phase-2 {% endblock %} {% block content_blog %} {% if success %}
Please correct the error{{ form.errors|pluralize }} below.
{% endif %} {% endif %} {% endblock %} {% block extra_script %} {{ form.media }} {% endblock %}