Skip to content

Commit fc67fd3

Browse files
committed
Instead of compensating for the 'Did you find a bug...' footer on pages where it isn't present in the original, take it out from the idtracker base.html and remove the compensation. Later add a less intrusive generic footer on all pages and and add diff compensation for the absense of the 'Did you find a bug...' footer.
- Legacy-Id: 371
1 parent aac2076 commit fc67fd3

1 file changed

Lines changed: 1 addition & 12 deletions

File tree

ietf/templates/idtracker/base.html

Lines changed: 1 addition & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -24,18 +24,7 @@
2424

2525
<hr/>
2626
<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>
27-
<HR>
28-
<p>
29-
Did you find a bug? <a href="{% url ietf.idtracker.views.send_email %}?cat=bugs" >Let us know</a>.
30-
<p>
31-
<a href="{% url ietf.idtracker.views.send_email %}?cat=discuss" >Any question or suggestion</a>?
32-
<p>
33-
<i>This page produced by the <A HREF="mailto:iesg-secretary@ietf.org">IETF Secretariat</a>
34-
for the <A HREF="mailto:iesg@ietf.org">IESG</A></i>
35-
<p>
36-
37-
38-
{% include "debug.html" %}
27+
{% include "debug.html" %}
3928

4029
</body>
4130
</html>

0 commit comments

Comments
 (0)