diff --git a/.env.dev b/.env.dev index 08457d1..5fbcbfc 100644 --- a/.env.dev +++ b/.env.dev @@ -17,3 +17,6 @@ USER_PAGES_BASE_URL=https://poisson.phc.dm.unipi.it/~ # AuthService AUTH_SERVICE_HOST=:memory: + +# Origine per Lista Utenti +LISTA_UTENTI=utenti-poisson-2022.local.json \ No newline at end of file diff --git a/_views/utenti.html b/_views/utenti.html index dbb1ec0..a56aba3 100644 --- a/_views/utenti.html +++ b/_views/utenti.html @@ -41,7 +41,7 @@ entry.item.cognome + ' ' + entry.item.nome : entry.item.nome + ' ' + entry.item.cognome "> -