fixed html errors in base.html footer
parent
83c48b5a92
commit
4348c08d3b
|
@ -62,15 +62,15 @@
|
|||
<p>
|
||||
<a href="{{privacyurl}}"><span>Privacy</span></a>
|
||||
<a href="{{rhtoolsurl}}"><span>Rightsholder tools</span></a>
|
||||
<a href="{% url api_help %}"<span>API</span></a>
|
||||
<a href="{% url api_help %}"><span>API</span></a>
|
||||
{% if user.is_authenticated %}
|
||||
<a href="{{editurl}}"><span>Settings</span></a>
|
||||
{% endif %}
|
||||
<a href="/stub/terms_and_conditions"<span>Terms and Conditions</span></a>
|
||||
<a href="/stub/terms_and_conditions"><span>Terms and Conditions</span></a>
|
||||
<a href="/stub/about"><span>About</span></a>
|
||||
<a href="/stub/contact"><span>Contact</span></a>
|
||||
<a href="/stub/page_for_lockss_harvester"><span>LOCKSS</span></a>
|
||||
<a href="http://www.gluejar.com/Blog"><span>Blog</span>
|
||||
<a href="http://www.gluejar.com/Blog"><span>Blog</span></a>
|
||||
</p>
|
||||
</div>
|
||||
|
||||
|
|
Loading…
Reference in New Issue