Skip to content

Commit

Permalink
Merge pull request Uninett#3195 from Uninett/refactor/uncrispify-grap…
Browse files Browse the repository at this point in the history
…h-edit-form

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

{% block navlet-content %}

<form method="POST" action="{% url 'get-user-navlet' navlet.navlet_id %}">

{{ form|crispy }}
{% include 'custom_crispy_templates/_form_content.html' %}

<input type="submit" value="Save changes" class="button small">
</form>
Expand Down

0 comments on commit 8af466b

Please sign in to comment.