mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
add alert role to alert message element
This commit is contained in:
parent
4f57309380
commit
39368ece9a
24 changed files with 33 additions and 33 deletions
|
@ -12,7 +12,7 @@
|
|||
<input type="hidden" name="csrf" value="{{ .csrf }}">
|
||||
|
||||
{{ if .errorMessage }}
|
||||
<div class="alert alert-error">{{ .errorMessage }}</div>
|
||||
<div role="alert" class="alert alert-error">{{ .errorMessage }}</div>
|
||||
{{ end }}
|
||||
|
||||
<label for="form-username">{{ t "form.user.label.username" }}</label>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue