Skip to content

Commit

Permalink
Rename block to not mention crispy
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Nov 12, 2024
1 parent 1379c1b commit 4ca48c5
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion python/nav/web/templates/seeddb/edit.html
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ <h4>{{ title }}
<form class="seeddb-edit" action="" method="post">
<fieldset>
<legend>Attributes</legend>
{% block crispyfields %}
{% block formfields %}
{% include 'custom_crispy_templates/_form_content.html' %}
{% endblock %}
</fieldset>
Expand Down
2 changes: 1 addition & 1 deletion python/nav/web/templates/seeddb/edit_prefix.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "seeddb/edit.html" %}
{% block crispyfields %}
{% block formfields %}
{{ block.super }}
{% include 'custom_crispy_templates/_form_content.html' with form=vlan_form %}
{% endblock %}
2 changes: 1 addition & 1 deletion python/nav/web/templates/seeddb/edit_vlan.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{% extends "seeddb/edit.html" %}
{% block crispyfields %}
{% block formfields %}
<div>
<p>Net type<br/>
{{ object.net_type }}</p>
Expand Down

0 comments on commit 4ca48c5

Please sign in to comment.