Browse Source

Removed reduntant title block

Jeremy Stretch 8 years ago
parent
commit
b3667befb4
1 changed files with 0 additions and 2 deletions
  1. 0 2
      netbox/templates/import_success.html

+ 0 - 2
netbox/templates/import_success.html

@@ -1,8 +1,6 @@
 {% extends '_base.html' %}
 {% load render_table from django_tables2 %}
 
-{% block title %}Import Completed{% endblock %}
-
 {% block content %}
     <h1>{% block title %}Import Completed{% endblock %}</h1>
     {% render_table table %}