Skip to content

Commit

Permalink
Fix inline icon bug
Browse files Browse the repository at this point in the history
  • Loading branch information
sshwsfc committed Mar 10, 2014
1 parent d4ca926 commit ede9011
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xadmin/templates/xadmin/edit_inline/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@

{% block box_title %}
{% if not formset.formset.detail_page %}
<a class="add-row" id="{{ prefix }}-add-row" href="javascript:void(0)"><i class="fa fa-plus"></i></a>
<a class="add-row" id="{{ prefix }}-add-row" href="javascript:void(0)"><i class="icon fa fa-plus"></i></a>
{% endif %}
{{ formset.opts.verbose_name_plural|title }}
{% endblock box_title %}
Expand Down

0 comments on commit ede9011

Please sign in to comment.