Skip to content
This repository was archived by the owner on Mar 13, 2025. It is now read-only.

Commit ca5ddbc

Browse files
committed
Fix typo
1 parent edc36d5 commit ca5ddbc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

repologyapp/templates/_base.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
<li{% if current_endpoint_group_in(groups=['Repositories']) %} class="active"{% endif %}><a href="{{ url_for(endpoint='repositories_statistics') }}">Repositories</a></li>
5252
<li{% if current_endpoint_group_in(groups=['Tools']) %} class="active"{% endif %}><a href="{{ url_for(endpoint='tools') }}">Tools</a></li>
5353
<li{% if current_endpoint_group_in(groups=['Security']) %} class="active"{% endif %}><a href="{{ url_for(endpoint='security_recent_cves') }}">Security</a></li>
54-
{% if session.admin %}<li{% if current_endpoint_group_in(graoups=['Admin']) %} class="active"{% endif %}><a href="{{ url_for(endpoint='admin') }}">Admin</a></li>{% endif %}
54+
{% if session.admin %}<li{% if current_endpoint_group_in(groups=['Admin']) %} class="active"{% endif %}><a href="{{ url_for(endpoint='admin') }}">Admin</a></li>{% endif %}
5555
</ul>
5656
<ul class="nav navbar-nav navbar-right">
5757
{% if session.experimental %}

0 commit comments

Comments
 (0)