Revision 835e2ee3

b/snf-astakos-app/astakos/im/forms.py
241 241
    )
242 242
    email = forms.EmailField(
243 243
        label='Contact email',
244
        help_text = 'We will use this email to contact you'
244
        help_text = 'This is needed for contact purposes. It doesn't need to be the same with the one you provided to login previously. '
245 245
    )
246 246

  
247 247
    class Meta:
b/snf-astakos-app/astakos/im/templates/im/feedback.html
1 1
{% extends "im/account_base.html" %}
2 2

  
3 3
{% block body %}
4
<h2>CONTACT US </h2>
5
<p>If you would like to contact us for any reason, please feel free to 
6
write <br>your message in the following form. Feedback and suggestions are<br>
7
also highly appreciated. </p>
4 8
<form action="{% url feedback %}" method="post"
5 9
    class="withlabels">{% csrf_token %}
6 10
    
b/snf-astakos-app/astakos/im/templates/im/signup.html
43 43
    {% endfor %}
44 44
</div>
45 45
{% else %}
46

  
47
<p>Hello, it seems this is the first time you try to <br>taccess the service.
48
Please provide us with the<br> following information to complete your
49
registration process. <br><br></p>
50

  
46 51
{% include "im/auth/signup_form.html" %}
47 52
{% endif %}
48 53
<script>
b/snf-astakos-app/astakos/im/templates/registration/password_reset_form.html
13 13
    
14 14
{% block body.right %}
15 15
     {% if "local" in im_modules %}
16
     
17
     	
16 18
        <form action="{% url django.contrib.auth.views.password_reset %}" method="post"
17 19
            class="login innerlabels">{% csrf_token %}
18 20
            <h2 class="formheader"><span>RESET PASSWORD</span></h2>
21
            <p>An email will be sent to the address you specify, containing a link that
22
will allow you to change your old password. <br><br></p>
19 23
            {% include "im/form_render.html" %}
20 24
            <div class="form-row submit">
21 25
                <input type="submit" class="submit altcol" value="SUBMIT" />

Also available in: Unified diff