Skip to content

Commit 0669a42

Browse files
committed
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 3fcc364
2 parents 52c5c0d + 3fcc364 commit 0669a42

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)