microblog2/app
FFX01 cef96c6e67 User not authenticated search fix
When a user is not logged in and attempts to access the login page with debug mode enabled, the file "base.html" throws an exception claiming that "search_form" is not an attribute of the global "g" object. It appears this was being caused by "search_form" only being defined for "g" if the user is authenticated. Moved attribute declaration out of if clause.
2015-07-16 00:07:49 -07:00
..
static python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
templates python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
translations/es/LC_MESSAGES python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
__init__.py python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
decorators.py python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
emails.py async mail fix 2015-01-11 23:08:08 -08:00
forms.py python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
models.py python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
momentjs.py python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
translate.py python 3, pep8 and other various updates 2014-10-05 00:30:31 -07:00
views.py User not authenticated search fix 2015-07-16 00:07:49 -07:00