summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorLeif Johansson <leifj@sunet.se>2011-05-12 13:16:08 +0200
committerLeif Johansson <leifj@sunet.se>2011-05-12 13:16:08 +0200
commit67697c2e44ac4a4477a0eb2c4d49ed120d5d611d (patch)
tree8b37c75617933996c24d2659f8d262cebf2b3592 /src
parente9f5b9f0188c103404b2fe8fbed668a06f486409 (diff)
finess the slash
Diffstat (limited to 'src')
-rw-r--r--src/meetingtools/settings.py2
-rw-r--r--src/templates/apps/room/list.html2
2 files changed, 3 insertions, 1 deletions
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 %}
</div>
{% else %}
- <p>You don't have any rooms listed right now...</p>
+ <p>Nothing comes to mind right now...</p>
{% endif %}
<br/>
{% if edit %}