This is part of the steps needed to make the "nav" bar into a pure
breadcrumb trail. It's quite usual these days to have "about" style
links at the bottom of pages.
Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
Signed-off-by: Belén Barros Peña <belen.barros.pena@intel.com>
Acked-by: Stephen Finucane <stephen.finucane@intel.com>
>project list</a>
{% endif %}
</div>
- <div id="navright">
- <a href="{% url 'patchwork.views.help' path="about/" %}">about</a>
- </div>
<div style="clear: both"></div>
</div>
{% if messages %}
</div>
<div id="footer">
<a href="http://jk.ozlabs.org/projects/patchwork/">patchwork</a>
- patch tracking system
+ patch tracking system | <a
+ href="{% url 'patchwork.views.help' path="about/" %}">about patchwork</a>
</div>
</body>
</html>