{% extends "base.html" %} {% load crispy_forms_tags %} {% block content %}
Create New Whois Database Object
{% csrf_token %} {{ form | crispy }}
{% include "whoisdb/create_js.html" %} {% endblock %}