-
Notifications
You must be signed in to change notification settings - Fork 77
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add pydoc on receivers and end line on loader.html
- Loading branch information
1 parent
98104c8
commit 9216179
Showing
2 changed files
with
16 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
{% load i18n %} | ||
<div id="{{ loaderid|default:"loader" }}" class="d-flex justify-content-center align-items-center d-none loaderSpinner"> | ||
<div id="{{ loaderid|default:'loader' }}" class="d-flex justify-content-center align-items-center d-none loaderSpinner"> | ||
<div class="spinner-border" role="status"> | ||
<span class="visually-hidden">{% trans 'Loading…' %}</span> | ||
</div> | ||
</div> | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters