Use new settings in views

This commit is contained in:
Alice Gaudon 2020-06-27 17:30:01 +02:00
parent 1d47fbc921
commit 669325d029
6 changed files with 9 additions and 9 deletions

View File

@ -1,6 +1,6 @@
{% extends 'layouts/base.njk' %} {% extends 'layouts/base.njk' %}
{% set title = 'ily.li - Review accounts' %} {% set title = app.name + ' - Review accounts' %}
{% block body %} {% block body %}
<h1>Accounts pending review</h1> <h1>Accounts pending review</h1>

View File

@ -1,6 +1,6 @@
{% extends 'layouts/base.njk' %} {% extends 'layouts/base.njk' %}
{% set title = 'ily.li - Backend' %} {% set title = app.name + ' - Backend' %}
{% block body %} {% block body %}
<h1>App administration</h1> <h1>App administration</h1>

View File

@ -1,6 +1,6 @@
{% extends 'layouts/base.njk' %} {% extends 'layouts/base.njk' %}
{% set title = 'ily.li - File manager' %} {% set title = app.name + ' - File manager' %}
{% block scripts %} {% block scripts %}
<script src="/js/fm.js"></script> <script src="/js/fm.js"></script>

View File

@ -1,6 +1,6 @@
{% extends 'layouts/base.njk' %} {% extends 'layouts/base.njk' %}
{% set title = 'ily.li - File upload' %} {% set title = app.name + ' - File upload' %}
{% block scripts %} {% block scripts %}
<script src="/js/fm.js"></script> <script src="/js/fm.js"></script>

View File

@ -93,7 +93,7 @@
<mj-section mj-class="header"> <mj-section mj-class="header">
<mj-column> <mj-column>
<mj-text mj-class="header"> <mj-text mj-class="header">
ily.li {{ app.name }}
</mj-text> </mj-text>
</mj-column> </mj-column>
</mj-section> </mj-section>
@ -104,7 +104,7 @@
<mj-column> <mj-column>
<mj-text mj-class="footer"> <mj-text mj-class="footer">
All rights reserved. Contact us at All rights reserved. Contact us at
<a href="mailto:(contact email)" class="link">(contact email)</a> <a href="mailto:{{ app.contact_email }}" class="link">{{ app.contact_email }}</a>
</mj-text> </mj-text>
</mj-column> </mj-column>
</mj-section> </mj-section>

View File

@ -9825,9 +9825,9 @@ widest-line@^3.1.0:
string-width "^4.0.0" string-width "^4.0.0"
wms-core@^0: wms-core@^0:
version "0.10.14" version "0.10.16"
resolved "https://registry.toot.party/wms-core/-/wms-core-0.10.14.tgz#e479fe3128ab28439ac43c11677291414fbb2129" resolved "https://registry.toot.party/wms-core/-/wms-core-0.10.16.tgz#55dc66d6443b2cab82f0bfb7db9673d4ab07c45e"
integrity sha512-PdDsDy/7CZ9XWYfq+oGF4OhBkHUu3x1pOl6MmW+wQFp0Vmtex5dC3t5ayxCSutpdZ4WVgWaL4431QZ0dKxj2Fw== integrity sha512-NY4PKzcf9rEWmYznTR9qI+CofW7Bfut+djCBQ/GBVzEI/tW9RAudtLhfYrYvHJYPOyLWMdoP7KNxROyt37TzLg==
dependencies: dependencies:
"@types/express" "^4.17.6" "@types/express" "^4.17.6"
"@types/express-session" "^1.17.0" "@types/express-session" "^1.17.0"