Browse Source

Fix admin page with handlebars 4

pull/1777/head
Daniel García 4 years ago
parent
commit
5772836be5
No known key found for this signature in database GPG Key ID: FC8A7D14C3CD543A
  1. 2
      src/static/templates/admin/base.hbs

2
src/static/templates/admin/base.hbs

@ -117,7 +117,7 @@
</div>
</nav>
{{> (page_content) }}
{{> (lookup this "page_content") }}
<!-- This script needs to be at the bottom, else it will fail! -->
<script>

Loading…
Cancel
Save