Skip to content

Commit d4bd6c3

Browse files
committed
Renamed the base template file from 'ietf.html' to 'base.html'.
- Legacy-Id: 9427
1 parent cce39c7 commit d4bd6c3

File tree

177 files changed

+179
-179
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

177 files changed

+179
-179
lines changed

ietf/templates/401.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{# Copyright The IETF Trust 2012, All Rights Reserved #}
2-
{% extends "ietf.html" %}
2+
{% extends "base.html" %}
33
{% block title %}401 Unauthorized{% endblock %}
44
{% block content %}
55

ietf/templates/404.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{# Copyright The IETF Trust 2007, All Rights Reserved #}
2-
{% extends "ietf.html" %}
2+
{% extends "base.html" %}
33
{% block title %}404 Not Found{% endblock %}
44
{% block content %}
55

ietf/templates/500.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{# Copyright The IETF Trust 2007, All Rights Reserved #}
2-
{% extends "ietf.html" %}
2+
{% extends "base.html" %}
33
{% block title %}500 Internal Server Error{% endblock %}
44
{% block content %}
55

ietf/templates/community/manage_clist.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
{% load future %}
33

44
{% load bootstrap3 %}

ietf/templates/community/public/subscribe.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/templates/community/public/subscription_confirm.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 title %}Subscription to {{ cl.long_name }}{% endblock %}
44

ietf/templates/community/public/unsubscribe.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/templates/community/public/unsubscription_confirm.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 title %}Cancelled subscription to {{ cl.long_name }}{% endblock %}
44

ietf/templates/community/public/view_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 pagehead %}
44
<link rel="alternate" type="application/atom+xml" title="Changes on {{ cl.long_name }}" href="../changes/feed/" />

0 commit comments

Comments
 (0)