Tactical commit while I try to understand why the app doesn't rebuild
This commit is contained in:
parent
f5afa67eed
commit
16af040537
45 changed files with 282 additions and 1973 deletions
|
|
@ -23,13 +23,22 @@
|
|||
</p>
|
||||
</div>
|
||||
{% endblock %}
|
||||
{% block extra-script %}
|
||||
var user = {
|
||||
"username": "{{user.username}}",
|
||||
"fullname": "{{user.fullname}}",
|
||||
"id": {{user.id|default:-1}},
|
||||
"authorised": {{user.authorised|default:false}}
|
||||
};
|
||||
{% endblock %}
|
||||
{% block extra-tail %}
|
||||
<!-- scripts and styles -->
|
||||
<!-- ATTENTION \/ -->
|
||||
<!-- ATTENTION /\ -->
|
||||
<!-- Leaflet -->
|
||||
<link rel="stylesheet" href="js/lib/leaflet/dist/leaflet.css" />
|
||||
{% script "js/lib/leaflet/dist/leaflet.js" %}
|
||||
{% script "js/lib/node_modules/signature_pad/dist/signature_pad.min.js" %}
|
||||
{% script "js/lib/node_modules/leaflet/dist/leaflet.js" %}
|
||||
{% script "/js/app.js" %}
|
||||
{% endblock %}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue