diff options
Diffstat (limited to 'templates/repo/mirror.tmpl')
-rw-r--r-- | templates/repo/mirror.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/repo/mirror.tmpl b/templates/repo/mirror.tmpl index 2ac21dd617..0f10d1f549 100644 --- a/templates/repo/mirror.tmpl +++ b/templates/repo/mirror.tmpl @@ -4,7 +4,7 @@ <form action="/repo/create" method="post" class="form-horizontal card" id="repo-create"> {{.CsrfTokenHtml}} <h3>Create Repository Mirror</h3> - <div class="alert alert-danger form-error{{if .HasError}}{{else}} hidden{{end}}">{{.ErrorMsg}}</div> + {{template "base/alert" .}} <div class="form-group"> <label class="col-md-2 control-label">From<strong class="text-danger">*</strong></label> <div class="col-md-8"> |