diff --git a/python/nav/web/templates/navlets/graph_edit.html b/python/nav/web/templates/navlets/graph_edit.html index 0b2d60a885..378686805f 100644 --- a/python/nav/web/templates/navlets/graph_edit.html +++ b/python/nav/web/templates/navlets/graph_edit.html @@ -1,11 +1,10 @@ {% extends 'navlets/base.html' %} -{% load crispy_forms_tags %} {% block navlet-content %}
- {{ form|crispy }} + {% include 'custom_crispy_templates/_form_content.html' %}