zulip/confirmation
Zev Benjamin 80702ccaa0 Add metrics variables to the template context via a context processor
Wrapping render_to_response never actually worked correctly.  On the
login page, mixpanel_token would be missing, but we wouldn't get an
error because it is surrounded by double quotes, which meant that it
was still valid Javascript.

(imported from commit 820ee42fab8f679983e5a3a4309a2feaf690f20f)
2013-06-18 17:07:36 -04:00
..
management Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
migrations Include autogenerated initial migrations for South. 2013-01-08 18:14:39 -05:00
CHANGELOG.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
INSTALL.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
LICENSE.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
README.txt Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
__init__.py Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
models.py Introduce script to bulk-create activation URIs. 2013-02-28 14:34:18 -05:00
settings.py Remove expiry; confirmations should never expire. 2012-10-01 10:45:58 -04:00
util.py Include third-party django-confirmation library. 2012-10-01 10:45:57 -04:00
views.py Add metrics variables to the template context via a context processor 2013-06-18 17:07:36 -04:00

README.txt

===================
Django Confirmation
===================

This is a generic object confirmation system for Django applications.

For installation instructions, see the file "INSTALL.txt" in this
directory; for instructions on how to use this application, and on
what it provides, see the file "overview.txt" in the "docs/"
directory.