assets: help text on import form page (#46396)

This commit is contained in:
Lauréline Guérin 2020-09-17 15:29:58 +02:00
parent d6b79f48ef
commit 34f9aa2a8b
No known key found for this signature in database
GPG Key ID: 1FAB9B9B4F93D473
1 changed files with 3 additions and 0 deletions

View File

@ -9,6 +9,9 @@
<form method="post" enctype="multipart/form-data">
{% csrf_token %}
<p>
{% trans "Assets import allows you to integrate assets exported from another site." %}
</p>
{{ form.as_p }}
<div class="buttons">
<button class="submit-button">{% trans "Import" %}</button>