Statistics
| Branch: | Tag: | Revision:

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

History | View | Annotate | Download (266 Bytes)

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

    
3
 
4

    
5
{% block body %} 
6
<div class="two-cols clearfix">
7
        <div class="lt">
8
                <img class="pic" src="{{ IM_STATIC_URL }}images/mailbox.png" />
9
        </div>
10
        <div class="rt">
11
                <p>Email change sent.</p>
12
        </div>
13
</div>
14

    
15
{% endblock body %}
16