diff options
Diffstat (limited to 'templates/repo/single_bare.tmpl')
-rw-r--r-- | templates/repo/single_bare.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/single_bare.tmpl b/templates/repo/single_bare.tmpl index 3f63915352..7d7016e5c5 100644 --- a/templates/repo/single_bare.tmpl +++ b/templates/repo/single_bare.tmpl @@ -16,7 +16,7 @@ <span class="input-group-btn"> <button class="btn btn-default" type="button">URL</button> </span> - <input name="passwd" type="password" class="form-control" placeholder="Type existing repository address" required="required"> + <input name="import_url" class="form-control" placeholder="Type existing repository address" required="required"> <span class="input-group-btn"> <button type="submit" class="btn btn-default" type="button">Clone</button> </span> |