diff options
author | Daniel García <[email protected]> | 2021-06-16 22:57:28 +0200 |
---|---|---|
committer | Daniel García <[email protected]> | 2021-06-16 22:57:28 +0200 |
commit | 5772836be524117085970d338631137aa2ff1f0c (patch) | |
tree | 3632c12eb6553bbf0ea03874bc3fc09e84642a1f /src | |
parent | c380d9c3792f6587b22e417c82adf4de54695d18 (diff) | |
download | vaultwarden-5772836be524117085970d338631137aa2ff1f0c.tar.gz vaultwarden-5772836be524117085970d338631137aa2ff1f0c.zip |
Fix admin page with handlebars 4
Diffstat (limited to 'src')
-rw-r--r-- | src/static/templates/admin/base.hbs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/static/templates/admin/base.hbs b/src/static/templates/admin/base.hbs index d1c41a4a..eec65524 100644 --- a/src/static/templates/admin/base.hbs +++ b/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> |