Changeset 8bae554 in OpenWorkouts-current for ow/templates/login.pt


Ignore:
Timestamp:
Feb 21, 2019, 9:54:45 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current, feature/docs, master
Children:
d411dae
Parents:
38171c6
Message:

(#67) Allow users to send again the verification link (up to 3 times)
to the email address they provided when signing up.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/templates/login.pt

    r38171c6 r8bae554  
    2020
    2121          <div id="messages" class="message message-error"
    22                tal:content="message" tal:condition="message != ''"></div>
     22               tal:condition="message != ''">
     23            <tal:message tal:content="message"></tal:message>
     24            <tal:resend-verify tal:condition="resend_verify_link is not None">
     25              <br>
     26              <a href="" tal:attributes="href resend_verify_link"
     27                 i18n:translate="">Please send me the verification link again</a>
     28            </tal:resend-verify>
     29          </div>
    2330
    2431          <fieldset>
Note: See TracChangeset for help on using the changeset viewer.