From b3667befb4cc537e2234236a0249dffb72c7e41f Mon Sep 17 00:00:00 2001 From: Jeremy Stretch Date: Fri, 5 May 2017 15:24:58 -0400 Subject: [PATCH] Removed reduntant title block --- netbox/templates/import_success.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/netbox/templates/import_success.html b/netbox/templates/import_success.html index 40a8b69af..04c454e1d 100644 --- a/netbox/templates/import_success.html +++ b/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 %}

{% block title %}Import Completed{% endblock %}

{% render_table table %}