Rename databases.html => database_list.html

More djangonist template name pattern
This commit is contained in:
Santiago L 2024-01-30 12:58:53 +01:00
parent 849af04e4b
commit 75d743cab2
4 changed files with 11 additions and 11 deletions

View File

@ -216,7 +216,7 @@ msgstr "Número"
msgid "Bill date" msgid "Bill date"
msgstr "Data de la factura" msgstr "Data de la factura"
#: templates/musician/billing.html:21 templates/musician/databases.html:17 #: templates/musician/billing.html:21 templates/musician/database_list.html:17
#: templates/musician/domain_detail.html:17 #: templates/musician/domain_detail.html:17
msgid "Type" msgid "Type"
msgstr "Tipus" msgstr "Tipus"
@ -336,21 +336,21 @@ msgstr "Tipus:"
msgid "View DNS records" msgid "View DNS records"
msgstr "Veure registres DNS" msgstr "Veure registres DNS"
#: templates/musician/databases.html:21 #: templates/musician/database_list.html:21
msgid "associated to" msgid "associated to"
msgstr "associada a" msgstr "associada a"
#: templates/musician/databases.html:34 #: templates/musician/database_list.html:34
msgid "No users for this database." msgid "No users for this database."
msgstr "No hi ha persones usuàries daquesta base de dades." msgstr "No hi ha persones usuàries daquesta base de dades."
#: templates/musician/databases.html:45 #: templates/musician/database_list.html:45
msgid "Open database manager" msgid "Open database manager"
msgstr "Obre el gestor de bases de dades" msgstr "Obre el gestor de bases de dades"
#. Translators: database page when there isn't any database. #. Translators: database page when there isn't any database.
#. Translators: saas page when there isn't any saas. #. Translators: saas page when there isn't any saas.
#: templates/musician/databases.html:58 templates/musician/saas_list.html:49 #: templates/musician/database_list.html:58 templates/musician/saas_list.html:49
msgid "Ooops! Looks like there is nothing here!" msgid "Ooops! Looks like there is nothing here!"
msgstr "Mmmh, sembla que aquí no hi ha res!" msgstr "Mmmh, sembla que aquí no hi ha res!"

View File

@ -218,7 +218,7 @@ msgstr "Número"
msgid "Bill date" msgid "Bill date"
msgstr "Fecha de la factura" msgstr "Fecha de la factura"
#: templates/musician/billing.html:21 templates/musician/databases.html:17 #: templates/musician/billing.html:21 templates/musician/database_list.html:17
#: templates/musician/domain_detail.html:17 #: templates/musician/domain_detail.html:17
msgid "Type" msgid "Type"
msgstr "Tipo" msgstr "Tipo"
@ -338,21 +338,21 @@ msgstr "Tipo:"
msgid "View DNS records" msgid "View DNS records"
msgstr "Ver registros DNS" msgstr "Ver registros DNS"
#: templates/musician/databases.html:21 #: templates/musician/database_list.html:21
msgid "associated to" msgid "associated to"
msgstr "asociada a" msgstr "asociada a"
#: templates/musician/databases.html:34 #: templates/musician/database_list.html:34
msgid "No users for this database." msgid "No users for this database."
msgstr "No hay usuarias/os de esta base de datos." msgstr "No hay usuarias/os de esta base de datos."
#: templates/musician/databases.html:45 #: templates/musician/database_list.html:45
msgid "Open database manager" msgid "Open database manager"
msgstr "Abre el gestor de bases de datos" msgstr "Abre el gestor de bases de datos"
#. Translators: database page when there isn't any database. #. Translators: database page when there isn't any database.
#. Translators: saas page when there isn't any saas. #. Translators: saas page when there isn't any saas.
#: templates/musician/databases.html:58 templates/musician/saas_list.html:49 #: templates/musician/database_list.html:58 templates/musician/saas_list.html:49
msgid "Ooops! Looks like there is nothing here!" msgid "Ooops! Looks like there is nothing here!"
msgstr "Mmmh… ¡parece que aquí no hay nada!" msgstr "Mmmh… ¡parece que aquí no hay nada!"

View File

@ -454,7 +454,7 @@ class MailboxChangePasswordView(CustomContextMixin, UserTokenRequiredMixin, Upda
class DatabasesView(ServiceListView): class DatabasesView(ServiceListView):
template_name = "musician/databases.html" template_name = "musician/database_list.html"
model = Database model = Database
service_class = DatabaseService service_class = DatabaseService
extra_context = { extra_context = {