fixing validation on detail pages (bug 572866)
This commit is contained in:
Родитель
dbb740b441
Коммит
6d35c93028
|
@ -7,7 +7,7 @@
|
|||
or (request.user.is_authenticated()
|
||||
and addon and addon.has_author(request.amo_user))
|
||||
or tag in current_user_tags %}
|
||||
<input type="submit" alt="{{ _('Remove', 'tags_alt_remove_tag') }}"
|
||||
<input type="submit" title="{{ _('Remove', 'tags_alt_remove_tag') }}"
|
||||
name="tagid" value="{{ tag.id }}" class="removetag"/>
|
||||
{% endif %}
|
||||
</li>
|
||||
|
|
|
@ -25,7 +25,7 @@
|
|||
{% endif %}
|
||||
|
||||
<div class="prose userinput" {{ version.releasenotes|locale_html }}>
|
||||
{{ version.releasenotes|nl2br }}
|
||||
{{ version.releasenotes }}
|
||||
</div>
|
||||
|
||||
{# License #}
|
||||
|
@ -52,7 +52,7 @@
|
|||
{% endif %}
|
||||
{% if show_versions_link and not addon.is_selfhosted() %}
|
||||
<li>
|
||||
<a href="{{ version_url }}">
|
||||
<a href="{{ versions_url }}">
|
||||
{{ _('View All Versions') }}
|
||||
</a>
|
||||
</li>
|
||||
|
|
Загрузка…
Ссылка в новой задаче