mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-09 17:40:59 +00:00
Link to new image uploader
from zero image results page
This commit is contained in:
parent
a973bfd2d9
commit
ed8a5aefcf
1 changed files with 1 additions and 1 deletions
|
|
@ -30,7 +30,7 @@
|
|||
{% if is_searching %}
|
||||
<p>{% blocktrans %}Sorry, no images match "<em>{{ query_string }}</em>"{% endblocktrans %}</p>
|
||||
{% else %}
|
||||
{% url 'wagtailimages_add_image' as wagtailimages_add_image_url %}
|
||||
{% url 'wagtailimages_add_multiple' as wagtailimages_add_image_url %}
|
||||
<p>{% blocktrans %}You've not uploaded any images. Why not <a href="{{ wagtailimages_add_image_url }}">add one now</a>?{% endblocktrans %}</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue