Skip to content

Commit af3a45f

Browse files
committed
Fix for adamlaska#164. Remove old 'send problem reports to...' footer.
- Legacy-Id: 758
1 parent 1d7ee35 commit af3a45f

4 files changed

Lines changed: 1 addition & 18 deletions

File tree

ietf/templates/base-new.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -104,11 +104,7 @@ <h2>Queries</h2>
104104
<div id="footer">
105105

106106
The IETF is an organized activity of the <a href="http://www.isoc.org">Internet Society</a>
107-
<!-- <img src="http://tools.ietf.org/demo/www.ietf.org/images/isoc-small.gif" alt="Internet Society"> -->
108-
<br>Please send problem reports to <a href="mailto:ietf-web@ietf.org">ietf-web@ietf.org</a>.
109-
<br>
110-
<a href="http://www.djangoproject.com/"><img src="http://media.djangoproject.com/img/badges/djangomade124x25.gif" border="0" alt="Made with Django." title="Made with Django." /></a>
111-
107+
{% include "footer.html" %}
112108
</div>
113109

114110

ietf/templates/ipr/disclosure.html

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,8 +65,5 @@
6565
An Internet-Draft intended by the Contributor to be submitted to the
6666
RFC Editor for publication as an Informational or Experimental RFC but not intended to be part of the IETF Standards Process.<br>
6767
</p>
68-
<hr>
69-
<p>Please report any problems to <a href="mailto:ietf-action@ietf.org">ietf-action@ietf.org</a>
70-
</p>
7168

7269
{% endblock %}

ietf/templates/ipr/list.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -58,11 +58,6 @@ <h2>Specific Third Party IPR Disclosures</h2><br>
5858
{% include "ipr/list_item.html" %}
5959
{% endfor %}
6060
</table>
61-
62-
<hr>
63-
<p>Please report any problems to <a href="mailto:ietf-action@ietf.org">ietf-act
64-
ion@ietf.org</a>
65-
<br><br><br><br>
6661
{% endblock %}
6762

6863

ietf/templates/mailinglists/list_wizard_base.html

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,9 +52,4 @@ <h2>Step {{ step|add:"1" }}:</h2>
5252
</td></tr>
5353
</table>
5454

55-
56-
57-
<hr>
58-
<i>Please send problem reports to</i> <A HREF="mailto:ietf-action@ietf.org">ietf-action@ietf.org</A>.
59-
6055
{% endblock %}

0 commit comments

Comments
 (0)