You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This application only depends on [pycryptodome](https://github.com/Legrandin/pycryptodome) and [jsonpickle](https://jsonpickle.github.io/).
35
36
36
-
Of course, you will need [Django](https://www.djangoproject.com/) version 1.10 or newer. I have not tested in lower versions of Django but it
37
-
should work fine with versions from 1.8 to 1.9.
37
+
Of course, you will need [Django](https://www.djangoproject.com/) version 1.10 or newer.
38
38
39
39
## jQuery
40
40
No jQuery is required as of version 0.6.6.
@@ -43,7 +43,7 @@ No jQuery is required as of version 0.6.6.
43
43
[Fontawesome](http://fontawesome.io/) is the the-facto standard of font icons of our time. Include it in your project to see the spinner moving when loading the remote templates.
44
44
45
45
The easiest way to include it by using a CDN. For example, [bootstrap CDN](https://www.bootstrapcdn.com/fontawesome/)
46
-
(not affiliated nor they endorse this project) is one of the most known.
46
+
(not affiliated, nor they endorse this project) is one of the most known.
47
47
48
48
Default waiting spinner uses fontawesome. You can overwrite **async_include/spinner.html** template if don't want to use
49
49
the default fontawesome style.
@@ -169,7 +169,7 @@ Note that this templatetag file is **async_included**, ending in **ed**.
169
169
## Spinner
170
170
171
171
Overwrite **async_include/spinner.html** template if you want to change the spinner from fontawesome one (default) by a
172
-
background image or a image. Otherwise, make sure you are loading fontawesome fonts.
172
+
background image or an image. Otherwise, make sure you are loading fontawesome fonts.
173
173
174
174
Note that the spinner must have class **async_included-spinner**. Otherwise, the spinner behavior is going to be unpredictable.
175
175
@@ -188,7 +188,8 @@ Including the optional parameter **spinner__visible=False** when calling the asy
188
188
189
189
### Customize spinner template per async_include template tag call
190
190
191
-
Use the optional parameter **spinner__template_path** to set a diferrent template path for an specific async_include call in your templates.
191
+
Use the optional parameter **spinner__template_path** to set a different template path for a specific async_include
192
+
call in your templates.
192
193
193
194
```html
194
195
{% load async_include %}
@@ -225,7 +226,7 @@ Customize the wrapper class by passing **html__tag__class** optional parameter t
225
226
226
227
{# .. #}
227
228
228
-
{# Will be replaced by <li></li> block insted of <div></div> #}
229
+
{# Will be replaced by <li></li> block instead of <div></div> #}
229
230
{# Class last_comments will be added to wrapper class #}
0 commit comments