summaryrefslogtreecommitdiff
path: root/gstudio/urls
diff options
context:
space:
mode:
authorArun yadav <arunkumar5587@gmail.com>2012-05-09 15:15:55 +0530
committerArun yadav <arunkumar5587@gmail.com>2012-05-09 15:15:55 +0530
commit7e02e008009c476c831d7dcda78db9bc22beb42e (patch)
tree93d7af0af0dad7d2aa646f26cdb49eb1dfe098e4 /gstudio/urls
parentd121f3bdbcbefd176f3d70c871542c745f6e0e0f (diff)
downloadgnowsys-7e02e008009c476c831d7dcda78db9bc22beb42e.tar.gz
Added views ,templates and some version related properties in models.py
Diffstat (limited to 'gstudio/urls')
-rw-r--r--gstudio/urls/history.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/gstudio/urls/history.py b/gstudio/urls/history.py
index d3d72ca..d8f6245 100644
--- a/gstudio/urls/history.py
+++ b/gstudio/urls/history.py
@@ -3,6 +3,6 @@ from django.conf.urls.defaults import url
from django.conf.urls.defaults import patterns
urlpatterns = patterns('gstudio.views.history',
- url(r'^viewhistory/(?P<ssid>\d+)$', 'history',
+ url(r'^viewhistory/(?P<ssid>\d+)/$', 'history',
name='gstudio_history'),
- url(r'^showhistory/(?P<obj>\d+)$','showHistory'),)
+ url(r'^showhistory/$','showHistory'),)