Skip to content

Commit

Permalink
Fix dummy "Add" button
Browse files Browse the repository at this point in the history
It's not supposed to be clickable/focusable...
  • Loading branch information
ThiefMaster committed Nov 21, 2022
1 parent 25001ff commit a666e31
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions indico/web/templates/forms/permissions_widget.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@ <h3>Permissions</h3>
<ul class="permissions-widget-list"></ul>
<div class="toolbar">
<div class="group">
<button class="i-button label text-color outline add-entry-decoration">
<a class="i-button label text-color outline add-entry-decoration">
{%- trans %}Add{% endtrans -%}
</button>
</a>
<span id="js-add-user-group"></span>
{% if field.object_type == 'event' %}
<button class="i-button arrow js-dropdown" data-toggle="dropdown">{% trans %}Event Role{% endtrans %}</button>
Expand Down

0 comments on commit a666e31

Please sign in to comment.