django-helpdeskmig/helpdesk/templates
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
..
helpdesk new option: 'HELPDESK_FOOTER_SHOW_CHANGE_LANGUAGE_LINK' 2011-11-27 09:26:56 +01:00