From cbd8cf3bb51922994c616a9f51b4d70015ca5749 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Tue, 11 Mar 2014 13:46:15 -0400 Subject: [PATCH] Make sure repository names are checked on the client side as well --- static/partials/new-repo.html | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/static/partials/new-repo.html b/static/partials/new-repo.html index 25f828620..043ff3067 100644 --- a/static/partials/new-repo.html +++ b/static/partials/new-repo.html @@ -25,7 +25,11 @@ / - + + + + Repository names must match [a-z0-9_-]+