refactor/sonarcloud -Surround this <li> item tag by a <ul> or <ol> container one.

This commit is contained in:
Hongwei 2023-10-13 09:15:40 +02:00
parent c5cd0de762
commit 1086791e90

View File

@ -3,8 +3,10 @@
{% load i18n %}
{% block nav_tabs %}
<ul>
<li><a href="{% url 'api-metrics' %}?{{ request.GET.urlencode }}">{% trans "List" %}</a></li>
<li><a href="{% url 'api-metrics-summary-partial-function' %}?{{ request.GET.urlencode }}">{% trans "Summary by Partial Function" %}</a></li>
</ul>
{% endblock nav_tabs %}
{% block tab_content %}