Corrected some missed base template references in dbtemplate from the facelift effort. Commit ready for merge.

- Legacy-Id: 11810
This commit is contained in:
Robert Sparks 2016-08-17 17:51:15 +00:00
parent 0b196e5eb5
commit 3fcc364fc3
3 changed files with 3 additions and 3 deletions

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