Skip to content

Commit

Permalink
bug collections-564335, typo in collections url.
Browse files Browse the repository at this point in the history
  • Loading branch information
davedash committed May 11, 2010
1 parent 7e59ae1 commit 4f41484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion apps/addons/templates/addons/details.html
Expand Up @@ -419,7 +419,7 @@ <h3 class="compact-bottom">{{ _('Related Collections') }}</h3>
{# TODO reverse URLs #}
<form action="{{ remora_url('/collections/addtocollection') }}"
method="post" id="coll_publish"
data-coll-url="{{ remora_url('/collection') }}">
data-coll-url="{{ remora_url('/collections') }}">
<div>
<a href="{{ remora_url('/collections/') }}" class="what">
{{ _("What's this?", 'addons_display_a_license_what') }}</a>
Expand Down

0 comments on commit 4f41484

Please sign in to comment.