mirror of
https://github.com/netbox-community/netbox.git
synced 2025-07-28 11:26:26 -06:00
Removed reduntant title block
This commit is contained in:
parent
2ecc26b8b5
commit
b39bb0b261
@ -1,8 +1,6 @@
|
|||||||
{% extends '_base.html' %}
|
{% extends '_base.html' %}
|
||||||
{% load render_table from django_tables2 %}
|
{% load render_table from django_tables2 %}
|
||||||
|
|
||||||
{% block title %}Import Completed{% endblock %}
|
|
||||||
|
|
||||||
{% block content %}
|
{% block content %}
|
||||||
<h1>{% block title %}Import Completed{% endblock %}</h1>
|
<h1>{% block title %}Import Completed{% endblock %}</h1>
|
||||||
{% render_table table %}
|
{% render_table table %}
|
||||||
|
Loading…
Reference in New Issue
Block a user