Factor out the page footer, and use it also in the idtracker's base.html
- Legacy-Id: 707
This commit is contained in:
parent
42245b73b4
commit
fe3e063f37
|
@ -48,9 +48,7 @@ PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
|||
{% block content %}{% endblock %}
|
||||
{% block main_content %}{% endblock %}
|
||||
</div>
|
||||
<hr/>
|
||||
<div style="width: 100%; height: 1em; font-size: 9pt; font-style: italic;"><span style="float: left;">Made with <a href="http://www.djangoproject.com/">django</a></span><span style="float: right;">v{{ version_num }}, {{ revision_date }} - <a href="mailto:webmaster@ietf.org">webmaster@ietf.org</a></span></div>
|
||||
<!-- <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> -->
|
||||
{% include "footer.html" %}
|
||||
{% include "debug.html" %}
|
||||
</body>
|
||||
</html>
|
||||
|
|
5
ietf/templates/footer.html
Normal file
5
ietf/templates/footer.html
Normal file
|
@ -0,0 +1,5 @@
|
|||
<hr/>
|
||||
<div style="width: 100%; height: 1em; font-size: 9pt; font-style: italic;">
|
||||
<span style="float: left;">Made with <a href="http://www.djangoproject.com/">django</a></span>
|
||||
<span style="float: right;">v{{ version_num }}, {{ revision_date }} - <a href="mailto:webmaster@ietf.org">webmaster@ietf.org</a></span>
|
||||
</div>
|
|
@ -22,8 +22,7 @@
|
|||
{% block idcontent %}
|
||||
{% endblock %}
|
||||
|
||||
<hr/>
|
||||
<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>
|
||||
{% include "footer.html" %}
|
||||
{% include "debug.html" %}
|
||||
|
||||
</body>
|
||||
|
|
Loading…
Reference in a new issue