Minor template tweaks to remove diffs

- Legacy-Id: 463
This commit is contained in:
Henrik Levkowetz 2007-06-17 02:03:27 +00:00
parent 615058cf0d
commit e317588462
2 changed files with 2 additions and 2 deletions

View file

@ -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">

View file

@ -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 %}