You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/templates
JakobDev 398eccb322
Fix required checkboxes in issue forms (#27592)
If you set a checkbox as required in a issue form at the moment, the
checkbox is checked and read only, what does not make much sense. With
this PR, the Checkbox actually needs to be checked. The label supports
now also Markdown. This matches GitHub's behaviour.

And yes, I know the CSS is a ugly workaround. It looks like the given
CSS code is part Fomantic and I don't know how to change that. The
Maintainers are free to change that.


![grafik](https://github.com/go-gitea/gitea/assets/15185051/3f35be75-b0b4-42a7-9048-a4970384a035)
1 year ago
..
admin cleanup repo details icons/labels (#27644) 1 year ago
api/packages/pypi Remove incorrect HTML self close tag (#23748) 2 years ago
base Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 1 year ago
code Fix more "locale" usages (#27259) 1 year ago
custom Add footer extra links template (#9576) 5 years ago
devtest Improve dropdown button alignment and fix hover bug (#27632) 1 year ago
explore cleanup repo details icons/labels (#27644) 1 year ago
mail Update team invitation email link (#26550) 1 year ago
org Use flex-container for repo and org settings (#27418) 1 year ago
package Cargo package - Fix missing domain in cargo sparse url (#27370) 1 year ago
projects More `db.DefaultContext` refactor (#27265) 1 year ago
repo Fix required checkboxes in issue forms (#27592) 1 year ago
shared Penultimate round of `db.DefaultContext` refactor (#27414) 1 year ago
status Rename the default themes to gitea-light, gitea-dark, gitea-auto (#27419) 1 year ago
swagger api: GetPullRequestCommits: return file list (#27483) 1 year ago
user Don't show Link to TOTP if not set up (#27585) 1 year ago
webhook Extract common code to new template (#26933) 1 year ago
home.tmpl Fix more "locale" usages (#27259) 1 year ago
install.tmpl Fix more "locale" usages (#27259) 1 year ago
post-install.tmpl Always use `ctx.Locale.Tr` inside templates (#27231) 1 year ago