mirror of
https://github.com/matt-fidd/stratos.git
synced 2026-01-01 18:39:32 +00:00
Block parents from the menu
This commit is contained in:
@@ -6,8 +6,14 @@
|
||||
const touchEvent = 'ontouchstart' in window ? 'touchstart' : 'click';
|
||||
</script>
|
||||
{{> adminHeader }}
|
||||
|
||||
{{#neq userType 'parent'}}
|
||||
{{> adminNav current=current name=name }}
|
||||
<main class='adminContent'>
|
||||
{{else}}
|
||||
<main class='adminContent adminContent--full'>
|
||||
{{/neq}}
|
||||
|
||||
{{{ body }}}
|
||||
</main>
|
||||
{{> scripts }}
|
||||
|
||||
Reference in New Issue
Block a user