changed trigger for button appearance in footer from blacklist to whitelist: buttons now have to be requested explicitly.
This commit is contained in:
parent
bcab27acf1
commit
a921e193de
3 changed files with 4 additions and 4 deletions
|
@ -81,7 +81,7 @@ def main(req,form):
|
|||
#print goban
|
||||
data += goban.display_goban(gobandict,req,form)
|
||||
data += login.navigation_bar(req,form)
|
||||
data += helper.footer(req,form)
|
||||
data += helper.footer(req,form,1)
|
||||
req.write(data)
|
||||
|
||||
else:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue