Skip to content
Snippets Groups Projects
Commit 19cc9e58 authored by Martin Mareš's avatar Martin Mareš
Browse files

Merge branch 'master' into devel

parents b00d6ce4 59c007a2
No related branches found
No related tags found
No related merge requests found
...@@ -347,6 +347,8 @@ class RoundRights(Rights): ...@@ -347,6 +347,8 @@ class RoundRights(Rights):
if round_rights.have_right(Right.view_statement): if round_rights.have_right(Right.view_statement):
# Teď víme, že org má právo view_statement pro toto kolo na nějakém místě, # Teď víme, že org má právo view_statement pro toto kolo na nějakém místě,
# což nám stačí na zobrazení tlačítka. # což nám stačí na zobrazení tlačítka.
# HOTFIX
return True
if _offer: if _offer:
return True return True
# Pro skutečné zobrazení zadání ale chceme testovat konkrétní # Pro skutečné zobrazení zadání ale chceme testovat konkrétní
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment