separate block for loading notifier

This commit is contained in:
Serghei Mihai 2014-02-05 14:56:49 +01:00
parent b82b131f7c
commit 6338801048
1 changed files with 3 additions and 1 deletions

View File

@ -11,8 +11,10 @@
</script>
{% endaddtoblock %}
<div id="plugin-{{ object.id }}" class="loading">
<div id="plugin-{{ object.id }}">
<div class="loading">
{% trans "loading..." %}
</div>
</div>