Guest User

Untitled

a guest
Oct 19th, 2017
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. {% if emailKey == 'account_activation' %}
  2. {% include 'mail/activation' %}
  3. {% endif %}
  4. {% if emailKey == 'forgot_password' %}
  5. {% include 'mail/forgot-password' %}
  6. {% endif %}
  7. {% if emailKey == 'test_email' %}
  8. {% include 'mail/test-email' %}
  9. {% endif %}
  10. {% if emailKey == 'verify_new_email' %}
  11. {% include 'mail/verify-new-email' %}
  12. {% endif %}
Add Comment
Please, Sign In to add comment