Closed toolness closed 9 years ago
Oh, I guess I should also add that I've only tested this on Django 1.7.6... I guess I'm not sure if this works out-of-the-box in earlier versions of Django...
Wow, how did we miss that? We should totally be using those tags in the quickstart. We do use them in the Jinja example, weird that we missed it here.
It should work fine on earlier versions. Travis is sad because apparently our .travis.yml file is trying to test Django 1.7 on Python 2.6, which isn't supported.
Thanks for the fix!
r+wc, lemme know when you make that tweak and I'll merge!
(I'm also playing around with fixing the .travis.yml file, so hopefully once you make the change you can rebase on that and see the tests passing. :D)
Ah, thanks @Osmose! Ok, I removed the duplicate script tag so we should be good to go.
This makes the quickstart HTML template use the
browserid_css
andbrowserid_js
template tags, which is useful for a few reasons:{% load static %}
but this change removes the need for that).