From 67697c2e44ac4a4477a0eb2c4d49ed120d5d611d Mon Sep 17 00:00:00 2001 From: Leif Johansson Date: Thu, 12 May 2011 13:16:08 +0200 Subject: finess the slash --- src/meetingtools/settings.py | 2 ++ src/templates/apps/room/list.html | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'src') diff --git a/src/meetingtools/settings.py b/src/meetingtools/settings.py index 9c44138..345195b 100644 --- a/src/meetingtools/settings.py +++ b/src/meetingtools/settings.py @@ -29,6 +29,7 @@ DATABASES = { GRACE = 10 DEFAULT_TEMPLATE_SCO=18807 +APPEND_SLASH = False # Local time zone for this installation. Choices can be found here: # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name @@ -78,6 +79,7 @@ TEMPLATE_LOADERS = ( MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', + 'meetingtools.urlmiddleware.UrlMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.contrib.auth.middleware.RemoteUserMiddleware' diff --git a/src/templates/apps/room/list.html b/src/templates/apps/room/list.html index 79df4ca..a4214d8 100644 --- a/src/templates/apps/room/list.html +++ b/src/templates/apps/room/list.html @@ -51,7 +51,7 @@ {% endfor %} {% else %} -

You don't have any rooms listed right now...

+

Nothing comes to mind right now...

{% endif %}
{% if edit %} -- cgit v1.1