Skip to content

Commit

Permalink
Uncrispify PrefixVlanForm in seedDB
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 16, 2024
1 parent 4a25978 commit e05d09b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/nav/web/templates/seeddb/edit_prefix.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
{% extends "seeddb/edit.html" %}
{% load crispy_forms_tags %}
{% block crispyfields %}
{{ block.super }}
{{ vlan_form|crispy }}
{% include 'custom_crispy_templates/_form_content.html' with form=vlan_form %}
{% endblock %}

0 comments on commit e05d09b

Please sign in to comment.