mirror of
https://gitlab.com/animath/si/plateforme-corres2math.git
synced 2025-02-06 08:53:00 +00:00
Index registrations by first name, last name and email
This commit is contained in:
parent
a2fd82ee96
commit
9e097c99d0
@ -1,4 +1,5 @@
|
|||||||
{{ object.user.last_name }}
|
{{ object.user.last_name }}
|
||||||
{{ object.user.first_name }}
|
{{ object.user.first_name }}
|
||||||
|
{{ object.user.email }}
|
||||||
{{ object.type }}
|
{{ object.type }}
|
||||||
{{ object.role }}
|
{{ object.role }}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
{{ object.user }}
|
{{ object.user.first_name }}
|
||||||
|
{{ object.user.last_name }}
|
||||||
|
{{ object.user.email }}
|
||||||
{{ object.type }}
|
{{ object.type }}
|
||||||
{{ object.professional_activity }}
|
{{ object.professional_activity }}
|
||||||
{{ object.team.name }}
|
{{ object.team.name }}
|
||||||
|
@ -1,4 +1,6 @@
|
|||||||
{{ object.user }}
|
{{ object.user.first_name }}
|
||||||
|
{{ object.user.last_name }}
|
||||||
|
{{ object.user.email }}
|
||||||
{{ object.type }}
|
{{ object.type }}
|
||||||
{{ object.student_class }}
|
{{ object.student_class }}
|
||||||
{{ object.school }}
|
{{ object.school }}
|
||||||
|
@ -7,7 +7,7 @@ msgid ""
|
|||||||
msgstr ""
|
msgstr ""
|
||||||
"Project-Id-Version: Corres2math\n"
|
"Project-Id-Version: Corres2math\n"
|
||||||
"Report-Msgid-Bugs-To: \n"
|
"Report-Msgid-Bugs-To: \n"
|
||||||
"POT-Creation-Date: 2020-10-15 16:01+0200\n"
|
"POT-Creation-Date: 2020-10-15 17:12+0200\n"
|
||||||
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
"PO-Revision-Date: YEAR-MO-DA HO:MI+ZONE\n"
|
||||||
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
"Last-Translator: Yohann D'ANELLO <yohann.danello@animath.fr>\n"
|
||||||
"Language-Team: LANGUAGE <LL@li.org>\n"
|
"Language-Team: LANGUAGE <LL@li.org>\n"
|
||||||
@ -920,3 +920,7 @@ msgstr "Chercher"
|
|||||||
#: templates/search/search.html:16
|
#: templates/search/search.html:16
|
||||||
msgid "Results"
|
msgid "Results"
|
||||||
msgstr "Résultats"
|
msgstr "Résultats"
|
||||||
|
|
||||||
|
#: templates/search/search.html:24
|
||||||
|
msgid "No results found."
|
||||||
|
msgstr "Aucun résultat."
|
||||||
|
@ -21,7 +21,7 @@
|
|||||||
<a href="{{ result.object.get_absolute_url }}">{{ result.object }}</a>
|
<a href="{{ result.object.get_absolute_url }}">{{ result.object }}</a>
|
||||||
</p>
|
</p>
|
||||||
{% empty %}
|
{% empty %}
|
||||||
<p>No results found.</p>
|
<p>{% trans "No results found." %}</p>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
|
|
||||||
{% if page.has_previous or page.has_next %}
|
{% if page.has_previous or page.has_next %}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user