{% extends "createform.html" %} {% load bootstrap %} {% block title %} New Issue {% endblock %} {% block form %} {{ form|bootstrap }} {% endblock %}