Skip to content

Commit

Permalink
Invite template wasn't loading stringutils
Browse files Browse the repository at this point in the history
  • Loading branch information
nathanborror committed Jul 12, 2010
1 parent a87c565 commit f93e1cf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions basic/groups/templates/groups/group_invite.html
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,8 @@ <h2>Group invite</h2>


{% block content %}
{% load stringutils %}

<form action="." method="post">{% csrf_token %}
{{ form|format_fields }}
<p class="submit"><button type="submit">Send</button></p>
Expand Down

0 comments on commit f93e1cf

Please sign in to comment.