Fix link in top corner to always point to main page.

This commit is contained in:
Ralf Gommers
2009-10-13 14:47:12 +02:00
parent 48fa1b0789
commit abc27268c2
+6
View File
@@ -0,0 +1,6 @@
{% extends "!layout.html" %}
{% block rootrellink %}
<li><a href={{ pathto('index') }}>scikits.image home</a> &raquo;</li>
{{ super() }}
{% endblock %}