Skip to content

Commit

Permalink
remove astrisk
Browse files Browse the repository at this point in the history
  • Loading branch information
Augustin-FL committed Dec 29, 2024
1 parent fdcb7cc commit 17288c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion incidents/templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@
<li><a class="dropdown-item" href="{% url 'stats:quarterly_bl_stats_default' %}">{% trans "Quarterly" %}</a></li>
<li><a class="dropdown-item" href="{% url 'stats:yearly_compare' %}">{% trans "Compare with previous year" %}</a></li>
<li><a class="dropdown-item" href="{%url 'stats:quarterly_major' %}">{% trans "Major incidents" %}</a></li>
<li><a class="dropdown-item" href="{%url 'stats:sandbox' %}">{% trans "Sandbox" %} <i class='bi bi-asterisk'></i></a></li>
<li><a class="dropdown-item" href="{%url 'stats:sandbox' %}">{% trans "Sandbox" %}</a></li>
<li><a class="dropdown-item" href="{%url 'stats:attributes' %}">{% trans "Attributes" %}</a></li>
{% plugin_point 'stats_element' %}
</ul>
Expand Down

0 comments on commit 17288c3

Please sign in to comment.