Skip to content

Commit 3fcc364

Browse files
committed
Corrected some missed base template references in dbtemplate from the facelift effort. Commit ready for merge.
- Legacy-Id: 11810
1 parent 0b196e5 commit 3fcc364

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

ietf/dbtemplate/templates/dbtemplate/template_edit.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "ietf.html" %}
1+
{% extends "base.html" %}
22

33
{% load bootstrap3 %}
44

ietf/dbtemplate/templates/dbtemplate/template_list.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "ietf.html" %}
1+
{% extends "base.html" %}
22

33
{% block content %}
44
<h1>Defined templates for group {{ group }}</h1>

ietf/dbtemplate/templates/dbtemplate/template_show.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
{% extends "ietf.html" %}
1+
{% extends "base.html" %}
22

33
{% load bootstrap3 %}
44

0 commit comments

Comments
 (0)