Minor template tweaks to remove diffs
- Legacy-Id: 463
This commit is contained in:
parent
615058cf0d
commit
e317588462
|
@ -1,4 +1,4 @@
|
||||||
{{ object_list|length }} result{{ object_list|length|pluralize }}.<br>
|
<!-- {{ object_list|length }} result{{ object_list|length|pluralize }}.<br> -->
|
||||||
<b>Please click a document below to view detail information</b><br>
|
<b>Please click a document below to view detail information</b><br>
|
||||||
<table cellpadding="1" cellspacing="0" border="0">
|
<table cellpadding="1" cellspacing="0" border="0">
|
||||||
<tr bgcolor="#dfdfff">
|
<tr bgcolor="#dfdfff">
|
||||||
|
|
|
@ -1,6 +1,6 @@
|
||||||
{% extends "idindex/base.html" %}
|
{% extends "idindex/base.html" %}
|
||||||
|
|
||||||
{% block iddbcontent %}
|
{% block iddbcontent %}
|
||||||
<hr><h2>I-Ds List Working Group, <i>{{ group.name }}</i> ({{ group.acronym }})</h2>
|
<h2>I-Ds List Working Group, <i>{{ group.name }}</i> ({{ group.acronym }})</h2>
|
||||||
{% include "idindex/doclist.html" %}
|
{% include "idindex/doclist.html" %}
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in a new issue