Add link to website hom in admin #15
authorverrierj
Thu, 08 Sep 2011 11:32:09 +0200
changeset 171 bc22da48f405
parent 170 caa1986245d7
child 172 0c7a63b623c7
Add link to website hom in admin #15
src/ldt/ldt/templates/admin/base_site.html
--- a/src/ldt/ldt/templates/admin/base_site.html	Wed Sep 07 18:16:37 2011 +0200
+++ b/src/ldt/ldt/templates/admin/base_site.html	Thu Sep 08 11:32:09 2011 +0200
@@ -15,7 +15,7 @@
         	float:left;
         }
     </style>
-
+    
     <a href="{% url admin:index %}" clas="adminlink">Admin home</a>  
     <a href="{% url root-view %}" class="adminlink">Website home</a>
 {% endblock %}