diff --git a/pretix_public_registrations/templates/pretix_public_registrations/front_page.html b/pretix_public_registrations/templates/pretix_public_registrations/front_page.html index bcfdb640df1d770c581bc034d8e98e6dc7fc078b..9287a7821446759ce4230d2bb6f1b803245d358d 100644 --- a/pretix_public_registrations/templates/pretix_public_registrations/front_page.html +++ b/pretix_public_registrations/templates/pretix_public_registrations/front_page.html @@ -23,7 +23,7 @@ <tr> <th scope="row"><img class="gravatar" src="{{ pr.gr_url }}" /></th> {% for f in pr.fields %} - <td>{{ f }}</td> + <td title="{{ f }}">{{ f|truncatechars:200 }}</td> {% endfor %} </tr> {% endfor %}