Skip to content

Commit

Permalink
Fixed universal edit button link to use group_url.
Browse files Browse the repository at this point in the history
Signed-off-by: Brian Rosner <brosner@gmail.com>
  • Loading branch information
lukeman authored and brosner committed Jul 21, 2010
1 parent 30cf6cc commit 44c963e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pinax/templates/default/wakawaka/page.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

{# Add support for the Universal Edit Button #}
{% if perms.wakawaka.change_wikipage %}
<link rel="edit" title="{% trans "Edit this page" %}" href="{% url wakawaka_edit slug=page.slug %}" />
<link rel="edit" title="{% trans "Edit this page" %}" href="{% groupurl wakawaka_edit group slug=page.slug %}" />
{% endif %}
{% endblock %}

Expand Down

0 comments on commit 44c963e

Please sign in to comment.