Skip to content

Commit

Permalink
Update top_nav.html
Browse files Browse the repository at this point in the history
  • Loading branch information
bleven committed May 6, 2016
1 parent ce9e1dd commit 42eb2cf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tendenci/apps/discounts/templates/discounts/top_nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,11 +6,11 @@

{% block current_app %}
<li class="dropdown">
<a href="#" class="dropdown-toggle" data-toggle="dropdown" role="button" aria-expanded="false">{% spaceless %}
<button type="button" class="btn btn-primary" class="btn btn-primary dropdown-toggle" data-toggle="dropdown" aria-haspopup="true" aria-expanded="false">{% spaceless %}
<img class="nav-icon" src="{% static 'famfamfam/icons/money_delete.png' %}">
<span class="nav-label">{% firstof MODULE_DISCOUNTS_LABEL_PLURAL trans "Discounts" %}</span>
<span class="caret"></span>
{% endspaceless %}</a>
{% endspaceless %}</button>

{% if discount %}
{% discount_current_app request.user discount %}
Expand Down

0 comments on commit 42eb2cf

Please sign in to comment.