--- a/src/ldtplatform/templates/admin/base_site.html Thu Feb 28 10:40:05 2013 +0100
+++ b/src/ldtplatform/templates/admin/base_site.html Thu Feb 28 10:41:11 2013 +0100
@@ -16,6 +16,6 @@
}
</style>
- <a href="{% url admin:index %}" class="adminlink">Admin home</a>
- <a href="{% url root-view %}" class="adminlink">Website home</a>
+ <a href="{% url 'admin:index' %}" class="adminlink">Admin home</a>
+ <a href="{% url 'root-view' %}" class="adminlink">Website home</a>
{% endblock %}
\ No newline at end of file