Skip to content

Commit

Permalink
fix access error add product
Browse files Browse the repository at this point in the history
  • Loading branch information
hblankenship committed Nov 25, 2024
1 parent 49c951f commit 1e900cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dojo/templates/dojo/view_product_type.html
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ <h4 class="pull-left">{% trans "Products" %}</h4>
<div class="btn-group">
<button name="Show Filters" id="show-filters" data-toggle="collapse" data-target="#the-filters" class="btn btn-primary toggle-filters"> <i class="fa-solid fa-filter"></i> <i class="caret"></i> </button>
{% if pt|has_object_permission:"Product_Type_Add_Product" %}
<button class="btn btn-primary dropdown-toggle" type="button" label="Actions" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
<button name="Add Product" class="btn btn-primary dropdown-toggle" type="button" label="Actions" id="dropdownMenu1" data-toggle="dropdown" aria-expanded="true">
<span class="fa-solid fa-bars"></span>
<span class="caret"></span>
</button>
Expand Down

0 comments on commit 1e900cc

Please sign in to comment.