mirror of https://gitlab.com/brutaldon/brutaldon
Use new intercooler tags in base.html
ic-global-indicator doesn't seem to be working? And it's hard to tell the others without some kind of indicator or animation.
This commit is contained in:
parent
ea3d44ad5f
commit
e0ae5719ee
|
@ -71,7 +71,9 @@
|
||||||
|
|
||||||
|
|
||||||
</head>
|
</head>
|
||||||
<body ic-global-include='{"csrfmiddlewaretoken": "{{ csrf_token }}"}'>
|
<body ic-enhance="true"
|
||||||
|
ic-global-indicator="#page-load-indicator"
|
||||||
|
ic-global-include='{"csrfmiddlewaretoken": "{{ csrf_token }}"}'>
|
||||||
<div id="page-load-indicator"></div>
|
<div id="page-load-indicator"></div>
|
||||||
<div id="new-toot-modal" class="modal"></div>
|
<div id="new-toot-modal" class="modal"></div>
|
||||||
{% block navbar %}
|
{% block navbar %}
|
||||||
|
|
Loading…
Reference in New Issue