django-helpdesk/helpdesk/views
Andreas Kotowicz 5a92dafbdc new option: 'HELPDESK_FOOTER_SHOW_CHANGE_LANGUAGE_LINK'
If activated, a 'change language' link will be shown in the footer.
You need to add this line to your 'urlpatterns' variable in your
urls.py file:

(r'^i18n/', include('django.conf.urls.i18n'))
2011-11-27 09:26:56 +01:00
..
__init__.py Moved all project files under a "helpdesk" directory. Should make it easier to use setup.py / pypi / whatever in the future. 2011-01-25 23:02:00 +00:00
api.py Change references to Jutda Helpdesk to django-helpdesk as that should 2011-01-25 23:08:41 +00:00
feeds.py Change references to Jutda Helpdesk to django-helpdesk as that should 2011-01-25 23:08:41 +00:00
kb.py small fixes and translation 2011-09-01 13:01:03 +02:00
public.py new option: 'HELPDESK_FOOTER_SHOW_CHANGE_LANGUAGE_LINK' 2011-11-27 09:26:56 +01:00
staff.py add option 'HELPDESK_SHOW_CHANGE_PASSWORD' so that local users find a link to change their password. 2011-11-24 13:30:45 +01:00