Cleaned up title blocks

This commit is contained in:
Jeremy Stretch
2017-08-02 13:15:28 -04:00
parent af4d906e7a
commit ade3a9edca
49 changed files with 49 additions and 147 deletions

View File

@@ -1,8 +1,6 @@
{% extends '_base.html' %}
{% load helpers %}
{% block title %}Regions{% endblock %}
{% block content %}
<div class="pull-right">
{% if perms.dcim.add_region %}
@@ -12,7 +10,7 @@
</a>
{% endif %}
</div>
<h1>{{ block.title }}</h1>
<h1>{% block title %}Regions{% endblock %}</h1>
<div class="row">
<div class="col-md-12">
{% include 'utilities/obj_table.html' with bulk_delete_url='dcim:region_bulk_delete' %}