mirror of
https://github.com/tahoe-lafs/tahoe-lafs.git
synced 2025-04-16 15:08:58 +00:00
directory_html_top_banner.dpatch
The div tag with the link "Return to Welcome page" on the directory.xhtml page is not correct
This commit is contained in:
parent
eb63ba9a26
commit
496b91717a
@ -613,7 +613,7 @@ class DirectoryAsHTML(rend.Page):
|
||||
|
||||
def render_welcome(self, ctx, data):
|
||||
link = get_root(ctx)
|
||||
return T.div[T.a(href=link)["Return to Welcome page"]]
|
||||
return ctx.tag[T.a(href=link)["Return to Welcome page"]]
|
||||
|
||||
def render_show_readonly(self, ctx, data):
|
||||
if self.node.is_unknown() or self.node.is_readonly():
|
||||
|
Loading…
x
Reference in New Issue
Block a user