(added third comment) |
No edit summary |
||
Line 3: | Line 3: | ||
<div id="Pierre-comment-03" class="comment"> | <div id="Pierre-comment-03" class="comment"> | ||
<!------------------------> | <!------------------------> | ||
if !allowed_citizenships.contains(user.citizenship): | if !allowed_citizenships.contains(user.citizenship): | ||
throw new Exception() | throw new Exception() | ||
else: | else: | ||
pass | pass | ||
<!------------------------> | <!------------------------> | ||
<!-- do not remove this --> | <!-- do not remove this --> |
if !allowed_citizenships.contains(user.citizenship):
else: