musician traductions ca, es

This commit is contained in:
Jorge Pastor 2024-08-06 12:16:53 +02:00
parent 58b377ad86
commit e161a699b9
6 changed files with 1177 additions and 352 deletions

File diff suppressed because it is too large Load Diff

File diff suppressed because it is too large Load Diff

View File

@ -2,7 +2,7 @@
{% load bootstrap4 i18n %}
{% block content %}
<h1 class="service-name">{% trans "Change password for" %}: <span class="font-weight-light">{{ object.username }}</span></h1>
<h1 class="service-name">{% trans "Change password" %}: <span class="font-weight-light">{{ object.username }}</span></h1>
<form method="post">
{% csrf_token %}

View File

@ -2,7 +2,7 @@
{% load bootstrap4 i18n %}
{% block content %}
<h1 class="service-name">{% trans "Change password for" %}: <span class="font-weight-light">{{ object.username }}</span></h1>
<h1 class="service-name">{% trans "Change password" %}: <span class="font-weight-light">{{ object.username }}</span></h1>
<form method="post">
{% csrf_token %}