Ticket #39 (closed difetto: fixed)
Sistemare la selezione della lingua
| Reported by: | fero | Owned by: | fero |
|---|---|---|---|
| Priority: | major | Milestone: | Creare un ambiente funzionale di base |
| Component: | Rete sociale dei progetti | Version: | 0.1 |
| Keywords: | Cc: |
Description
La selezione della lingua in alto a destra non funziona.
Fixarla
Change History
Note: See
TracTickets for help on using
tickets.

da http://www.djangobook.com/en/1.0/chapter18/
The set_language Redirect View
As a convenience, Django comes with a view, django.views.i18n.set_language, that sets a user’s language preference and redirects back to the previous page.
Activate this view by adding the following line to your URLconf:
(r'^i18n/', include('django.conf.urls.i18n')),