summaryrefslogtreecommitdiffstats
path: root/askbot/urls.py
diff options
context:
space:
mode:
authorAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-23 19:05:06 -0600
committerAdolfo Fitoria <adolfo.fitoria@gmail.com>2012-08-23 19:05:06 -0600
commit8efda589df6eb7a3e154c0d3121dca6b348234b4 (patch)
tree01c0770a73fe09a84bad6c7dbaaf3f7fec3d72ae /askbot/urls.py
parent7db10f443ec950be13671fa6cba7abfb66bf206e (diff)
downloadaskbot-8efda589df6eb7a3e154c0d3121dca6b348234b4.tar.gz
askbot-8efda589df6eb7a3e154c0d3121dca6b348234b4.tar.bz2
askbot-8efda589df6eb7a3e154c0d3121dca6b348234b4.zip
initial add group tag in the menu
Diffstat (limited to 'askbot/urls.py')
-rw-r--r--askbot/urls.py5
1 files changed, 5 insertions, 0 deletions
diff --git a/askbot/urls.py b/askbot/urls.py
index 62ae8b54..e553f947 100644
--- a/askbot/urls.py
+++ b/askbot/urls.py
@@ -273,6 +273,11 @@ urlpatterns = patterns('',
name = 'delete_group_logo'
),
url(#ajax only
+ r'^add-group/',
+ views.commands.add_group,
+ name = 'add_group'
+ ),
+ url(#ajax only
r'^toggle-group-profile-property/',
views.commands.toggle_group_profile_property,
name = 'toggle_group_profile_property'