Skip to content

Commit

Permalink
Merge pull request #119 from pinax/pinax-invitations
Browse files Browse the repository at this point in the history
Update url for pinax-invitations 5.x
  • Loading branch information
KatherineMichel committed Jan 5, 2020
2 parents 7396e60 + b395482 commit e7f7cce
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
{% load i18n %}
{% load bootstrap %}

<div class="pinax-invitations-invites-form">
<div class="pinax_invitations:invites_form">
{% if user.invitationstat.can_send %}
<form action="{% url "pinax-invitations-invite" %}"
<form action="{% url "pinax_invitations:invite" %}"
class="form ajax"
data-replace-closest=".pinax-invitations-invites-form"
method="POST"
Expand Down

0 comments on commit e7f7cce

Please sign in to comment.