Changed 2 remaining instances of inheritance from base.html to instead inherit from ietf.html. More changes may be needed, and when that's done ietf.html should be renamed back to base.html
- Legacy-Id: 9365
This commit is contained in:
parent
3740c036c2
commit
f1af264210
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% extends "ietf.html" %}
|
||||
|
||||
{% block morecss %}
|
||||
td.aliasname { white-space:nowrap;}
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
{% extends "base.html" %}
|
||||
{% extends "ietf.html" %}
|
||||
|
||||
{% block morecss %}
|
||||
td.aliasname { white-space:nowrap;}
|
||||
|
|
Loading…
Reference in a new issue