Skip to content

Commit

Permalink
Fix registration template issues. (#768) (#774)
Browse files Browse the repository at this point in the history
Co-authored-by: wlorenzetti <[email protected]>
(cherry picked from commit c8b0e96)

Co-authored-by: Walter Lorenzetti <[email protected]>
  • Loading branch information
github-actions[bot] and wlorenzetti authored Mar 4, 2024
1 parent c22fd79 commit c2d8ab7
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
Binary file modified g3w-admin/usersmanage/locale/it/LC_MESSAGES/django.mo
Binary file not shown.
2 changes: 1 addition & 1 deletion g3w-admin/usersmanage/locale/it/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -243,7 +243,7 @@ msgstr ""

#: templates/django_registration/activation_email_body.txt:8
msgid "The link will be active for"
msgstr "Il link sarà attivo per {{ expiration_days }} giorni"
msgstr "Il link sarà attivo per"

#: templates/django_registration/activation_email_body.txt:8
msgid "days"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ <h4 style="text-align: center">{% trans 'Activation Failed!' %}</h4>
{% trans 'An error occurred activation of your account' %}:
</p>
<p class="register-box-msg">
{{ activation_error }}
{{ activation_error.message }}
</p>
</div><!-- /.login-box-body -->
{% endblock %}

0 comments on commit c2d8ab7

Please sign in to comment.