From 7961b4425b8f7ed88810b570370b8636670f5c8e Mon Sep 17 00:00:00 2001 From: Rafael Reggiani Manzo Date: Tue, 2 Jun 2015 16:21:17 -0300 Subject: [PATCH] Fixed urls for Mezuro --- colab/urls.py | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/colab/urls.py b/colab/urls.py index 6f39972..4329e74 100644 --- a/colab/urls.py +++ b/colab/urls.py @@ -37,6 +37,7 @@ urlpatterns = patterns('', url(r'^trac/', include('colab.plugins.trac.urls')), url(r'^gitlab/', include('colab.plugins.gitlab.urls')), + url(r'^mezuro/', include('colab.plugins.mezuro.urls')), url(r'^social/', include('colab.plugins.noosfero.urls')), url(r'^ci/', include('colab.plugins.jenkins.urls')), -- libgit2 0.21.2