Message ID | 20111129200213.19830.65544.launchpad@ackee.canonical.com |
---|---|
State | Accepted |
Headers | show |
=== modified file 'lava_server/urls.py' --- lava_server/urls.py 2011-11-29 15:14:01 +0000 +++ lava_server/urls.py 2011-11-29 15:16:46 +0000 @@ -37,7 +37,7 @@ url(r'^{mount_point}$'.format(mount_point=settings.MOUNT_POINT), index, name='lava.home'), - url(r'^{mount_point}me/$'.fromat(mount_point=settings.MOUNT_POINT), + url(r'^{mount_point}me/$'.format(mount_point=settings.MOUNT_POINT), me, name='lava.me'), url(r'^{mount_point}version/$'.format(mount_point=settings.MOUNT_POINT),