mirror of
https://github.com/codeninjasllc/codecombat.git
synced 2025-04-26 05:53:39 -04:00
Fix
This commit is contained in:
parent
db6166d22c
commit
c4f0f07994
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
extends /templates/base
|
||||
|
||||
block content
|
||||
- var authorized = me.isAdmin() or me.isArtisan();
|
||||
- var authorized = me.isAdmin() || me.isArtisan();
|
||||
if authorized
|
||||
ol.breadcrumb
|
||||
li
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue