Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / registration / password_email.txt @ 900325e8

History | View | Annotate | Download (191 Bytes)

1
{% extends "im/email.txt" %}
2

    
3
{% block content %}
4
To reset your password for {{ BRANDING_COMPANY_NAME|upper }}'s {{ BRANDING_SERVICE_NAME }}, you can use the  link: {{ url }}.
5
{% endblock %}