diff options
Diffstat (limited to 'templates/settings/_menu.html')
| -rw-r--r-- | templates/settings/_menu.html | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/settings/_menu.html b/templates/settings/_menu.html index 0a6062d..45b7ee3 100644 --- a/templates/settings/_menu.html +++ b/templates/settings/_menu.html @@ -39,8 +39,8 @@      <a href="{% url "admin_hashtags" %}" {% if section == "hashtags" %}class="selected"{% endif %} title="Hashtags">          <i class="fa-solid fa-hashtag"></i> Hashtags      </a> -    <a href="{% url "admin_tuning" %}" {% if section == "tuning" %}class="selected"{% endif %} title="Tuning"> -        <i class="fa-solid fa-wrench"></i> Tuning +    <a href="{% url "admin_reports" %}" {% if section == "reports" %}class="selected"{% endif %} title="Reports"> +        <i class="fa-solid fa-flag"></i> Reports      </a>      <a href="{% url "admin_stator" %}" {% if section == "stator" %}class="selected"{% endif %} title="Stator">          <i class="fa-solid fa-clock-rotate-left"></i> Stator  | 
