- Timestamp:
- 06/25/09 14:55:31 (9 months ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
branches/0.9/pylucid_project/apps/pylucid/templates/admin/base_site.html
r2058 r2070 67 67 <ul class="sf-menu"> 68 68 <li class="current"> 69 <a href="/" ><< back to "/" root page</a>69 <a href="/" title="<< goto {{ current_site.name }} root page"><< {{ current_site.domain }}</a> 70 70 </li> 71 71 {% if not sites|length_is:"1" %} … … 88 88 {% endif %} 89 89 <li> 90 <a href=" #TODO">{% trans 'admin menu' %}</a>90 <a href="{% url admin_index %}">{% trans 'Django admin site' %}</a> 91 91 </li> 92 92 {% if user.is_superuser %} 93 93 <li> 94 <a href="{% url PyLucidUpdate-menu %}">{% trans 'update section' %}</a> 94 <a href="{% url PyLucidAdmin-menu %}">{% trans 'PyLucid admin menu' %}</a> 95 <ul> 96 <li> 97 <a href="{% url PyLucidUpdate-menu %}">{% trans 'update section' %}</a> 98 </li> 99 </ul> 95 100 </li> 96 101 {% endif %}