mirror of
https://codeberg.org/forgejo/forgejo.git
synced 2024-11-08 18:04:14 +01:00
Fix for
attribute not pointing to the ID of the color picker (#29813)
It didn't include the word picker. Signed-off-by: Yarden Shoham <git@yardenshoham.com> (cherry picked from commit 3b6e57273ae3fbefefd60daa0f826b0b3d15cf27)
This commit is contained in:
parent
94c70c7753
commit
a1bdf214ab
1 changed files with 1 additions and 1 deletions
|
@ -41,7 +41,7 @@
|
|||
</div>
|
||||
|
||||
<div class="field color-field">
|
||||
<label for="new_project_column_color">{{ctx.Locale.Tr "repo.projects.column.color"}}</label>
|
||||
<label for="new_project_column_color_picker">{{ctx.Locale.Tr "repo.projects.column.color"}}</label>
|
||||
<div class="color picker column">
|
||||
<input class="color-picker" maxlength="7" placeholder="#c320f6" id="new_project_column_color_picker" name="color">
|
||||
{{template "repo/issue/label_precolors"}}
|
||||
|
|
Loading…
Reference in a new issue