Skip to content

Commit

Permalink
Merge pull request Uninett#3197 from Uninett/refactor/uncrispify-port…
Browse files Browse the repository at this point in the history
…admin-navlet

Uncrispify portadmin navlet html template
  • Loading branch information
johannaengland authored Nov 14, 2024
2 parents 9db1bbf + bfe63ee commit 7b14b68
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions python/nav/web/templates/navlets/portadmin_view.html
Original file line number Diff line number Diff line change
@@ -1,8 +1,7 @@
{% extends 'navlets/base.html' %}
{% load crispy_forms_tags %}

{% block navlet-content %}

{% crispy form %}
{% include 'custom_crispy_templates/flat_form.html' %}

{% endblock %}

0 comments on commit 7b14b68

Please sign in to comment.