Skip to content

Commit

Permalink
Remove unused block in edit_vlan template in seedDB
Browse files Browse the repository at this point in the history
  • Loading branch information
johannaengland committed Oct 9, 2024
1 parent fb52d6a commit 31c5ac4
Showing 1 changed file with 0 additions and 15 deletions.
15 changes: 0 additions & 15 deletions python/nav/web/templates/seeddb/edit_vlan.html
Original file line number Diff line number Diff line change
@@ -1,20 +1,5 @@
{% extends "seeddb/edit.html" %}

{% block formfields %}
<tr>
<th>Net type</th>
<td>{{ object.net_type }}</td>
</tr>
<tr>
<th>Net ident</th>
<td>{{ object.net_ident }}</td>
</tr>
<tr>
<th>Description</th>
<td>{{ object.description }}</td>
</tr>
{{ block.super }}
{% endblock %}
{% block crispyfields %}
<div>
<p>Net type<br/>
Expand Down

0 comments on commit 31c5ac4

Please sign in to comment.