Add static
reference to Template section
This commit is contained in:
parent
8d42d46d74
commit
d720b80a26
2 changed files with 7 additions and 0 deletions
|
@ -1,3 +1,9 @@
|
||||||
|
Sat, 14 Sep 2019 04:51:42 -0500
|
||||||
|
Keaton <kii-chan@tutanota.com>
|
||||||
|
Add `static` reference to Template section
|
||||||
|
|
||||||
|
--------------------
|
||||||
|
|
||||||
Sat, 14 Sep 2019 04:38:14 -0500
|
Sat, 14 Sep 2019 04:38:14 -0500
|
||||||
Keaton <kii-chan@tutanota.com>
|
Keaton <kii-chan@tutanota.com>
|
||||||
Fix templating errors, js errors
|
Fix templating errors, js errors
|
||||||
|
|
|
@ -161,6 +161,7 @@ If that doesn't suit your fancy, you may build your own template from the
|
||||||
following essential tags:
|
following essential tags:
|
||||||
|
|
||||||
```
|
```
|
||||||
|
{% load static %}
|
||||||
{% load sqrl %}
|
{% load sqrl %}
|
||||||
{% sqrl as sqrl_session %}
|
{% sqrl as sqrl_session %}
|
||||||
<a href="{{ sqrl_session.sqrl_url }}">
|
<a href="{{ sqrl_session.sqrl_url }}">
|
||||||
|
|
Loading…
Reference in a new issue