Skip to content

Commit

Permalink
Corrected some missed base template references in dbtemplate from the…
Browse files Browse the repository at this point in the history
… facelift effort. Commit ready for merge.

 - Legacy-Id: 11810
  • Loading branch information
rjsparks committed Aug 17, 2016
1 parent 0b196e5 commit 3fcc364
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion ietf/dbtemplate/templates/dbtemplate/template_edit.html
@@ -1,4 +1,4 @@
{% extends "ietf.html" %}
{% extends "base.html" %}

{% load bootstrap3 %}

Expand Down
2 changes: 1 addition & 1 deletion ietf/dbtemplate/templates/dbtemplate/template_list.html
@@ -1,4 +1,4 @@
{% extends "ietf.html" %}
{% extends "base.html" %}

{% block content %}
<h1>Defined templates for group {{ group }}</h1>
Expand Down
2 changes: 1 addition & 1 deletion ietf/dbtemplate/templates/dbtemplate/template_show.html
@@ -1,4 +1,4 @@
{% extends "ietf.html" %}
{% extends "base.html" %}

{% load bootstrap3 %}

Expand Down

0 comments on commit 3fcc364

Please sign in to comment.