diff options
author | Dan McGee <dan@archlinux.org> | 2013-04-20 11:28:12 -0500 |
---|---|---|
committer | Dan McGee <dan@archlinux.org> | 2013-04-20 11:28:12 -0500 |
commit | 3e085183bf39c59fdcd0b9e67b5a02653a51d30e (patch) | |
tree | 7af2d1bfd11b1cbde4fd1afeab26ad3986ad1d53 /templates/registration/login.html | |
parent | 6de0cfbd23aae69036439db817cc26740d8796cd (diff) |
Move all script blocks into {% script_block %} sectionrelease_2013-04-20
I added this a while back, but didn't roll it out to all templates.
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/registration/login.html')
-rw-r--r-- | templates/registration/login.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/registration/login.html b/templates/registration/login.html index edbb77ea..82f74f58 100644 --- a/templates/registration/login.html +++ b/templates/registration/login.html @@ -21,7 +21,9 @@ </form> </div> +{% endblock %} +{% block script_block %} {% load cdn %}{% jquery %} <script type="text/javascript" src="{% static "archweb.js" %}"></script> <script type="text/javascript"> |