diff -r 4f072edc51a1 -r 07019190bfe3 src/cm/urls.py --- a/src/cm/urls.py Sat Feb 13 12:02:23 2010 +0100 +++ b/src/cm/urls.py Sat Feb 13 12:03:14 2010 +0100 @@ -21,6 +21,7 @@ url(r'^$', dashboard, name="index"), url(r'^text/$', text_list, name="text"), url(r'^settings/$', settingss, name="settings"), + url(r'^settings/design/$', settings_design, name="settings-design"), # system pages url(r'^i18n/setlang/(?P\w+)/$', i18n.set_language, name="setlang"), @@ -93,7 +94,7 @@ # notifications ## workspace followup url(r'^followup/$', followup, name="followup"), - url(r'^followup/(?P\w*)/desactivate/$', desactivate_notification, name="desactivate-notification"), + url(r'^followup/(?P\w*)/deactivate/$', desactivate_notification, name="desactivate-notification"), ## text notifications url(r'^text/(?P\w*)/followup/$', text_followup, name="text-followup"), ## embed