1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 07:58:22 +02:00

Index registrations by first name, last name and email

This commit is contained in:
Yohann D'ANELLO
2020-10-15 17:14:25 +02:00
parent a2fd82ee96
commit 9e097c99d0
5 changed files with 13 additions and 4 deletions

View File

@ -21,7 +21,7 @@
<a href="{{ result.object.get_absolute_url }}">{{ result.object }}</a>
</p>
{% empty %}
<p>No results found.</p>
<p>{% trans "No results found." %}</p>
{% endfor %}
{% if page.has_previous or page.has_next %}