We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19f51e6 commit f7016bfCopy full SHA for f7016bf
bullet/bullet_admin/templatetags/badmin.py
@@ -109,7 +109,7 @@ def admin_sidebar(context):
109
)
110
if branch_role.is_admin:
111
items.append(
112
- ("fa-gear", "Edit Competition", reverse("badmin:competition_edit"))
+ ("fa-gear", "Edit competition", reverse("badmin:competition_edit"))
113
114
115
("fa-people-group", "Categories", reverse("badmin:category_list"))
@@ -126,9 +126,6 @@ def admin_sidebar(context):
126
127
128
129
- items.append(
130
- ("fa-book", "Problem settings", reverse("badmin:problems_generate"))
131
- )
132
133
(
134
"fa-fast-forward",
0 commit comments