[damned-lies] Fix typo that broke teams URL



commit af1413c8bfb2b3d419873a84f2edb6ca40fc2fff
Author: Alexandre Franke <afranke gnome org>
Date:   Fri Jun 22 13:28:41 2018 +0200

    Fix typo that broke teams URL
    
    It was introduced by 94bdf5535ce50e487bbbee1e2ac28ba2c70e60f2

 teams/urls.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/teams/urls.py b/teams/urls.py
index a95a8192..65223a3b 100644
--- a/teams/urls.py
+++ b/teams/urls.py
@@ -7,7 +7,7 @@ urlpatterns = [
     re_path(r'^(?P<format>(xml|json))?/?$',
             views.teams,
             name='teams'),
-    path('(<locale:team_slug>/',
+    path('<locale:team_slug>/',
          views.team,
          name='team_slug'),
     path('<locale:team_slug>/edit/',


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]