Removed reduntant title block

This commit is contained in:
Jeremy Stretch 2017-05-05 15:24:58 -04:00
parent a6cb0e0a96
commit b3667befb4

View File

@ -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 %}