Comment 4 for bug 344665

Revision history for this message
Andre (andre-vandervlies) wrote :

Removed this block in layout.html (lines 72-77):

{{for tag in db(db.tag.id>0).select(orderby=db.tag.name):}}
{{=LI(A(tag.name,_href=URL(r=request,f='pages_by_tag',args=tag.id)))}}
{{pass}}
{{if auth.has_membership(auth.id_group('developer')):}}
{{=LI(A('[manage tags]',_href=URL(r=request,f='tags')))}}
{{pass}}

Can do "database administration" now....