diff --git a/conntrackt/templates/conntrackt/entity_create_form.html b/conntrackt/templates/conntrackt/entity_create_form.html deleted file mode 100644 --- a/conntrackt/templates/conntrackt/entity_create_form.html +++ /dev/null @@ -1,27 +0,0 @@ -{% extends "conntrackt/base.html" %} - -{# For html_link #} -{% load conntrackt_tags %} -{# For Bootstrapped forms #} -{% load crispy_forms_tags %} - -{% block content %} -
-

Add new entity

-
- -
-
-
-
- {% csrf_token %} - {{ form | crispy }} - {{ interface_form | crispy }} -
-
- -
-
-
-
-{% endblock content %}