summaryrefslogtreecommitdiff
path: root/gstudio/urls
diff options
context:
space:
mode:
authorArun yadav <arunkumar5587@gmail.com>2012-05-19 15:15:51 +0530
committerArun yadav <arunkumar5587@gmail.com>2012-05-19 15:15:51 +0530
commit244509e3eb4058a3aff505e3836d43d64b08fe7d (patch)
tree037e09c58dcc2add5a74d680106a76e48037883c /gstudio/urls
parentf43e836715ca5ed0a2a01efd5e4ade3d9dea9df7 (diff)
downloadgnowsys-244509e3eb4058a3aff505e3836d43d64b08fe7d.tar.gz
Difference generation between versions done partly, list of differences generated.
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 d8f6245c..3932cd62 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+)/(?P<cnt>\d+)/$', 'history',
name='gstudio_history'),
- url(r'^showhistory/$','showHistory'),)
+ url(r'^showhistory/(?P<ssid>\d+)/$','showHistory'),)