Skip to content

Commit

Permalink
remove unused id
Browse files Browse the repository at this point in the history
  • Loading branch information
janno42 committed Sep 11, 2023
1 parent 04e107e commit bc9c3db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion evap/evaluation/templates/startpage_button.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<form id="startpage-form" class="d-flex" method="post" action="{% url 'evaluation:set_startpage' %}">
{% csrf_token %}
<input name="page" type="hidden" value="{{ page }}">
<button id="makeStartPageButton" type="submit" class="btn {{ btnClass }} btn-light" onclick="setSpinnerIcon('span-set-startpage')" data-bs-toggle="tooltip" data-bs-placement="left" title="{% trans 'Make this my startpage' %}">
<button type="submit" class="btn {{ btnClass }} btn-light" onclick="setSpinnerIcon('span-set-startpage')" data-bs-toggle="tooltip" data-bs-placement="left" title="{% trans 'Make this my startpage' %}">
<span id="span-set-startpage" class="fas fa-house"></span>
</button>
</form>
Expand Down

0 comments on commit bc9c3db

Please sign in to comment.