Merged in [11810] from rjsparks@nostrum.com:

Corrected some missed base template references in dbtemplate from the facelift effort.
 - Legacy-Id: 11823
Note: SVN reference [11810] has been migrated to Git commit 3fcc364fc3
This commit is contained in:
Henrik Levkowetz 2016-08-18 16:30:35 +00:00
commit 0669a4243c
3 changed files with 3 additions and 3 deletions
ietf/dbtemplate/templates/dbtemplate

View file

@ -1,4 +1,4 @@
{% extends "ietf.html" %}
{% extends "base.html" %}
{% load bootstrap3 %}

View file

@ -1,4 +1,4 @@
{% extends "ietf.html" %}
{% extends "base.html" %}
{% block content %}
<h1>Defined templates for group {{ group }}</h1>

View file

@ -1,4 +1,4 @@
{% extends "ietf.html" %}
{% extends "base.html" %}
{% load bootstrap3 %}