Added an AJAX spinner

This commit is contained in:
Jeremy Stretch
2017-07-17 11:41:39 -04:00
parent 12472a2612
commit 1f982c94ce
6 changed files with 41 additions and 14 deletions

View File

@@ -0,0 +1,4 @@
{% load staticfiles %}
<div class="loading text-center">
<img src="{% static 'img/ajax-loader.gif' %}" />
</div>