update
This commit is contained in:
parent
1c97b705db
commit
8abe426162
Binary file not shown.
File diff suppressed because it is too large
Load Diff
@ -23,14 +23,14 @@
|
||||
<h3 class="mb-0 fs-4 text-center text-white">{% trans 'Activate Account' %}</h3>
|
||||
</div>
|
||||
<div class="card-body bg-light-subtle">
|
||||
<p class="text-center">Are you sure you want to activate this account "{{ obj.email }}"?</p>
|
||||
<p class="text-center">{{ _("Are you sure you want to activate this account")}} "{{ obj.email }}"?</p>
|
||||
<form method="post">
|
||||
{% csrf_token %}
|
||||
<hr class="my-2">
|
||||
<div class="d-grid gap-2 d-md-flex justify-content-md-center mt-3">
|
||||
<button class="btn btn-lg btn-phoenix-primary md-me-2" type="submit">{{ _("Activate") }}</button>
|
||||
<a class="btn btn-lg btn-phoenix-danger mx-2"
|
||||
href="{% url 'user_management' request.dealer.slug %}">Cancel</a>
|
||||
href="{% url 'user_management' request.dealer.slug %}">{{ _("Cancel") }}</a>
|
||||
</div>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@ -286,7 +286,7 @@
|
||||
type="button"
|
||||
data-bs-toggle="modal"
|
||||
data-bs-target="#additionalModal">
|
||||
<span class="fas fa-plus me-1"></span>{{ _("") }}
|
||||
<span class="fas fa-plus me-1"></span>{{ _("Add") }}
|
||||
</button>
|
||||
</td>
|
||||
</tr>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user