id > slug (bug 647074)
This commit is contained in:
Родитель
27938f9f46
Коммит
ad061d8f2c
|
@ -26,7 +26,7 @@
|
|||
<div class="aux{% if show_install %}-bottom{% endif %}">
|
||||
<div class="button-wrapper">
|
||||
<a class="button contribute prominent" id="contribute-button"
|
||||
href="{{ url('addons.contribute', addon.id)|urlparams(src=src) }}">
|
||||
href="{{ url('addons.contribute', addon.slug)|urlparams(src=src) }}">
|
||||
<b></b>{{ _('Contribute') }}
|
||||
</a>
|
||||
{% if show_install %}
|
||||
|
@ -53,7 +53,7 @@
|
|||
|
||||
|
||||
<div id="contribute-box" class="jqmWindow">
|
||||
<form action="{{ url('addons.contribute', addon.id) }}" method="get">
|
||||
<form action="{{ url('addons.contribute', addon.slug) }}" method="get">
|
||||
<input type="hidden" name="source" value="{{ request.GET.get('src', src) }}"/>
|
||||
<h2>{{ _('Make a Contribution') }}</h2>
|
||||
<p class="support">
|
||||
|
|
Загрузка…
Ссылка в новой задаче