1
0
mirror of https://gitlab.com/brutaldon/brutaldon.git synced 2024-09-28 15:55:54 -04:00

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:
Jason McBrayer 2019-03-29 19:14:38 -04:00
parent ea3d44ad5f
commit e0ae5719ee

View File

@ -71,7 +71,9 @@
</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="new-toot-modal" class="modal"></div>
{% block navbar %}