mozilla / django-browserid

Django application for adding BrowserID support.
Mozilla Public License 2.0
180 stars 80 forks source link

Add a `{% browserid_form %}` tag. #178

Closed skorokithakis closed 10 years ago

skorokithakis commented 10 years ago

In my application, I can't use {% browserid_info %} because of dynamically-generated info that's not available in my settings.py. With a {% browserid_form %} tag, I can include the form while hardcoding the info div.

Osmose commented 10 years ago

197 makes this obsolete. Yay!