Skip to content

Commit

Permalink
fixed extraneous indentation in code example
Browse files Browse the repository at this point in the history
  • Loading branch information
jtauber committed Jul 21, 2016
1 parent 6c4d168 commit bf37ab0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -34,11 +34,11 @@ See [Template tags](./templatetags.md) for detail on pinax-announcements templat

Add this markup to show a "Dismiss" link if available:

{% if announcement.dismiss_url %}
<a href="{{ announcement.dismiss_url }}" class="btn ajax" data-method="post" data-replace-closest=".announcement">
Clear
</a>
{% endif %}
{% if announcement.dismiss_url %}
<a href="{{ announcement.dismiss_url }}" class="btn ajax" data-method="post" data-replace-closest=".announcement">
Clear
</a>
{% endif %}

### Dismissal with Eldarion AJAX

Expand Down

0 comments on commit bf37ab0

Please sign in to comment.