Corrected some missed base template references in dbtemplate from the facelift effort. Commit ready for merge.
- Legacy-Id: 11810
This commit is contained in:
parent
0b196e5eb5
commit
3fcc364fc3
|
@ -1,4 +1,4 @@
|
|||
{% extends "ietf.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load bootstrap3 %}
|
||||
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "ietf.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% block content %}
|
||||
<h1>Defined templates for group {{ group }}</h1>
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "ietf.html" %}
|
||||
{% extends "base.html" %}
|
||||
|
||||
{% load bootstrap3 %}
|
||||
|
||||
|
|
Loading…
Reference in a new issue