Changeset 1183:806fdcb99f94
- Timestamp:
- 06/26/11 23:58:37 (2 years ago)
- Branch:
- bundestag
- File:
-
- 1 edited
-
adhocracy/templates/template.html (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
adhocracy/templates/template.html
r1125 r1183 51 51 <a class="ttip" title="${_('All instances')}" 52 52 href="${h.base_url(None, path='/instance')}">${_("Instances")}</a> 53 <a class="ttip" 54 title="${_('Users across all instances')}" 55 href="${h.base_url(None, path='/user/all')}">${_("Users")}</a> 53 56 %endif 54 57 %if h.has_permission("global.admin"): 55 58 <a href="/admin/permissions?${h.url_token()}">${_("Permissions")}</a> 56 59 %endif 60 <div class="help"> 61 <a href="${h.base_url(None, path='/static/help.html')}">${_("Help")}</a> 62 </div> 57 63 <a href="/event/all">${_("Events")}</a> 58 64 <div class="help">
Note: See TracChangeset
for help on using the changeset viewer.
