Skip to content

Commit

Permalink
fix(examples/templates): Dupe class attribute
Browse files Browse the repository at this point in the history
  • Loading branch information
pennersr committed Mar 25, 2024
1 parent 1c403bc commit 030cae7
Showing 1 changed file with 0 additions and 1 deletion.
@@ -1,5 +1,4 @@
{% load allauth %}
<a class="list-group-item"
class="{% block class %}btn btn-light{% endblock %}"
title="{{ attrs.name }}"
href="{{ attrs.href }}">{{ attrs.name }}</a>

0 comments on commit 030cae7

Please sign in to comment.