mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-04-13 19:40:59 +00:00
Update results.html
Close anchor tag
This commit is contained in:
parent
35305e1649
commit
d2baa4ba05
2 changed files with 2 additions and 1 deletions
|
|
@ -214,6 +214,7 @@ Contributors
|
|||
* Vorlif
|
||||
* Kjartan Sverrisson
|
||||
* LB (Ben Johnston)
|
||||
* Christine Ho
|
||||
|
||||
Translators
|
||||
===========
|
||||
|
|
|
|||
|
|
@ -18,6 +18,6 @@
|
|||
<p>{% blocktrans %}Sorry, no snippets match "<em>{{ query_string }}</em>"{% endblocktrans %}</p>
|
||||
{% else %}
|
||||
{% url 'wagtailsnippets:add' model_opts.app_label model_opts.model_name as wagtailsnippets_create_snippet_url %}
|
||||
<p>{% blocktrans with snippet_type_name=model_opts.verbose_name %}You haven't created any {{ snippet_type_name }} snippets. Why not <a href="{{ wagtailsnippets_create_snippet_url }}" target="_blank">create one now{% endblocktrans %}</p>
|
||||
<p>{% blocktrans with snippet_type_name=model_opts.verbose_name %}You haven't created any {{ snippet_type_name }} snippets. Why not <a href="{{ wagtailsnippets_create_snippet_url }}" target="_blank">create one now</a>?{% endblocktrans %}</p>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue