Skip to content

Commit

Permalink
Merge pull request #25 from Villanueva-del-Trabuco-EGC/interfaz-trad/…
Browse files Browse the repository at this point in the history
…framigdom

[FIX] Arreglo template_account.html
  • Loading branch information
TheNeoStormZ authored Dec 3, 2022
2 parents ff19c9b + 65c616f commit fa8de8b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 8 deletions.
6 changes: 0 additions & 6 deletions decide/authentication/locale/en_US/LC_MESSAGES/django.po
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,6 @@ msgstr ""
"Content-Transfer-Encoding: 8bit\n"
"Plural-Forms: nplurals=2; plural=(n != 1);\n"

msgid "saludo"
msgstr "Hi"

msgid "botonRegistrar"
msgstr "Please click on the link below to confirm your registration"

msgid "registrar"
msgstr "Registration"

Expand Down
Original file line number Diff line number Diff line change
@@ -1,7 +1,8 @@
{% autoescape off %}
{% trans "saludo" %}: {{ user.username }},

{% trans "botonRegistrar" %}:
Hi, {{ user.username }},

Please click on the link below to confirm your registration:

{{protocol}}://{{domain}}{% url 'activate' uidb64=uid token=token %}
{% endautoescape %}

0 comments on commit fa8de8b

Please sign in to comment.