Skip to content

Commit

Permalink
Merge pull request #755 from davner/bugfix/btn-typo
Browse files Browse the repository at this point in the history
Bugfix: Typo in btn class html.
  • Loading branch information
jchate6 committed Nov 27, 2023
2 parents a8f0a87 + d99b288 commit 5caa26e
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -21,7 +21,7 @@
{% endif %}
</a></td>
<td>{{ product.created }}</td>
<td><a href="{% url 'tom_dataproducts:delete' product.id %}" class="btnbtn-danger">Delete</a></td>
<td><a href="{% url 'tom_dataproducts:delete' product.id %}" class="btn btn-danger">Delete</a></td>
</tr>
{% empty %}
<tr>
Expand Down

0 comments on commit 5caa26e

Please sign in to comment.