mirror of
https://codeberg.org/forgejo/forgejo
synced 2024-12-02 23:06:11 +01:00
fb45bf231e
* Add main aria landmark to templates
* Adjust some titles to improve understanding of location in navigation
Contributed by @Forgejo
(cherry picked from commit e6a557cae3
)
8 lines
248 B
Handlebars
8 lines
248 B
Handlebars
{{template "base/head" .}}
|
|
<div role="main" aria-label="{{.Title}}" class="page-content organization settings options">
|
|
{{template "org/header" .}}
|
|
|
|
{{template "user/settings/applications_oauth2_edit_form" .}}
|
|
</div>
|
|
{{template "base/footer" .}}
|