Bugfix
This commit is contained in:
parent
819ae22b0e
commit
1b0d6581db
|
@ -369,7 +369,7 @@
|
|||
</div>
|
||||
% endif
|
||||
|
||||
% if master.configurable and master.has_perm('configure'):
|
||||
% if master and master.configurable and master.has_perm('configure'):
|
||||
% if not request.matched_route.name.endswith('.configure'):
|
||||
<div class="level-item">
|
||||
<once-button type="is-primary"
|
||||
|
|
Loading…
Reference in a new issue