Statistics
| Branch: | Tag: | Revision:

root / snf-astakos-app / astakos / im / templates / registration / email_change_done.html @ 495eb8f3

History | View | Annotate | Download (346 Bytes)

1
{% extends "im/account_base.html" %}
2

    
3
{% block body %}
4

    
5
<div class="two-cols clearfix">
6
        <div class="lt">
7
                <img class="pic" src="{{ IM_STATIC_URL }}images/mailbox.png" />
8
        </div>
9
        <div class="rt">
10
                 {% if modified_user %}
11
            <h2>Email changed syccessfully for user {{modified_user.id}}.</h2>
12
            {% endif %}
13
        </div>
14
</div>
15

    
16
 
17
{% endblock %}