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:
commit
0669a4243c
ietf/dbtemplate/templates/dbtemplate
|
@ -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