fixing validation on detail pages (bug 572866)

This commit is contained in:
Jeff Balogh 2010-06-17 14:25:44 -07:00
Родитель dbb740b441
Коммит 6d35c93028
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -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>