proper middlename display support

ref #12
This commit is contained in:
Philipp Dormann 2021-01-09 15:39:28 +01:00
parent 23e03bec35
commit 644b9a7683

View File

@ -31,7 +31,7 @@
<section class="container p-5 select-none"> <section class="container p-5 select-none">
<span <span
class="mb-4 text-3xl font-extrabold leading-tight text-gray-900">{user.firstname} class="mb-4 text-3xl font-extrabold leading-tight text-gray-900">{user.firstname}
{user.middlename} {user.middlename || ''}
{user.lastname} {user.lastname}
<button <button
type="button" type="button"