Skip to content

Commit

Permalink
Fix Santa rule buttons tooltips
Browse files Browse the repository at this point in the history
  • Loading branch information
np5 committed Oct 27, 2023
1 parent 8e24f3d commit 708ccfe
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -243,11 +243,11 @@ <h2 class="m-0">Rule{{ page_obj.paginator.count|pluralize }} ({{ page_obj.pagin
<div class="btn-group" role="group">
{% if perms.santa.change_rule %}
{% url 'santa:update_configuration_rule' configuration.pk rule.pk as url %}
{% button 'UPDATE' url "Edit Configuration" %}
{% button 'UPDATE' url "Edit rule" %}
{% endif %}
{% if perms.santa.delete_rule %}
{% url 'santa:delete_configuration_rule' configuration.pk rule.pk as url %}
{% button 'DELETE' url "Delete Rule" %}
{% button 'DELETE' url "Delete rule" %}
{% endif %}
</div>
</div>
Expand Down

0 comments on commit 708ccfe

Please sign in to comment.