Marking "attachment" stuff for translation (thanks for catching AVRS)
This commit is contained in:
parent
df7e06c40c
commit
4211d03014
@ -40,7 +40,7 @@
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
{% if media.attachment_files|count %}
|
{% if media.attachment_files|count %}
|
||||||
<h2>Attachments</h2>
|
<h2>{% trans %}Attachments{% endtrans %}</h2>
|
||||||
<ul>
|
<ul>
|
||||||
{% for attachment in media.attachment_files %}
|
{% for attachment in media.attachment_files %}
|
||||||
<li>
|
<li>
|
||||||
@ -53,7 +53,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
<h2>Add attachment</h2>
|
<h2>{% trans %]Add attachment{% endtrans %}</h2>
|
||||||
{{ wtforms_util.render_divs(form) }}
|
{{ wtforms_util.render_divs(form) }}
|
||||||
<div class="form_submit_buttons">
|
<div class="form_submit_buttons">
|
||||||
<a href="{{ media.url_for_self(request.urlgen) }}">Cancel</a>
|
<a href="{{ media.url_for_self(request.urlgen) }}">Cancel</a>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user