mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-02 16:21:32 -08:00
admin accessibility tweak
This commit is contained in:
parent
12596a1ec9
commit
33abd5458a
1 changed files with 2 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
|||
<nav class="mb-4">
|
||||
<a href="{{ url_for('admin.admin_home') }}">{{ _('Home') }}</a> |
|
||||
<h2 class="visually-hidden">{{ _('Admin navigation') }}</h2>
|
||||
<a href="{{ url_for('admin.admin_home') }}">{{ _('Admin home') }}</a> |
|
||||
<a href="{{ url_for('admin.admin_site') }}">{{ _('Site profile') }}</a> |
|
||||
<a href="{{ url_for('admin.admin_misc') }}">{{ _('Misc settings') }}</a> |
|
||||
<a href="{{ url_for('admin.admin_communities') }}">{{ _('Communities') }}</a> |
|
||||
|
|
Loading…
Add table
Reference in a new issue