1
0
mirror of https://github.com/haiwen/seahub.git synced 2025-09-25 14:50:29 +00:00

added top-info-popup for 'group' in top nav

This commit is contained in:
llj
2014-01-25 15:18:00 +08:00
parent fd633e6e21
commit 652f1d8a8f
12 changed files with 87 additions and 85 deletions

View File

@@ -148,6 +148,7 @@ urlpatterns = patterns('',
url(r'^ajax/upload-file-done/$', upload_file_done, name='upload_file_done'),
url(r'^ajax/unseen-notices-count/$', unseen_notices_count, name='unseen_notices_count'),
url(r'^ajax/space_and_traffic/$', space_and_traffic, name='space_and_traffic'),
url(r'^ajax/groups/$', groups, name='groups'),
### Apps ###
(r'^api2/', include('seahub.api2.urls')),