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
|
extends /templates/base
|
||||||
|
|
||||||
block content
|
block content
|
||||||
- var authorized = me.isAdmin() or me.isArtisan();
|
- var authorized = me.isAdmin() || me.isArtisan();
|
||||||
if authorized
|
if authorized
|
||||||
ol.breadcrumb
|
ol.breadcrumb
|
||||||
li
|
li
|
||||||
|
|
Reference in a new issue