Revision fa232561

b/templates/registration/activate.html
1
{% extends "base.html" %}
2
{% load i18n %}
3
{% block title %}{% trans "Activation Complete" %}{% endblock %}
4
{% block brcrmb_container %}{% endblock %}
5
{% block content %}
6
<div align="center" id="registration">
7
    <h3>{% trans "Activation Status" %}</h3>
8
{% if account %}
9
    <p>{{account}} {% trans "succesfully activated" %}</p>
10
{% else %}
11
    <p>{% trans "The user has probably been already activated." %}</p>
12
{% endif %}
13
</div>
14
{% endblock %}
b/templates/registration/activation_complete.html
1
{% extends "base.html" %}
2
{% load i18n %}
3
{% block title %}{% trans "Activation Complete" %}{% endblock %}
4
{% block brcrmb_container %}{% endblock %}
5
{% block content %}
6
<div align="center" id="registration">
7
<h3>{% trans "Activation Complete" %}</h3>
8
<p>{% trans "The user will be notified about his/her account activation" %}</p>
9
</div>
10
{% endblock %}
b/templates/registration/activation_complete.txt
1
Ο λογαριασμός σας με όνομα χρήστη «{{user.username}}» ενεργοποιήθηκε.
2
Μπορείτε να χρησιμοποιήσετε την υπηρεσία FoD, κάνοντας login στην παρακάτω
3
διεύθυνση:
4

  
5
	http://{{ site.domain }}{% url login %}
6

  
7
---------------------------------------------------------------------------
8
Your account with username “{{ user.username }}” has been activated.
9
You may login to FoD using the following URL:
10

  
11
	http://{{ site.domain }}{% url login %}
b/templates/registration/activation_complete_subject.txt
1
Activation complete
b/templates/registration/activation_email.txt
1
Ο/H {{ user.get_full_name }} έκανε αίτηση για νεό λογαριασμό στην υπηρεσία.
2

  
3
Όνομα χρήστη: {{ user.username }}
4
E-mail: {{ user.email }}
5

  
6
Για να ενεργοποιήσετε το λογαριασμό και να επιτρέψετε στο χρήστη να
7
χρησιμοποιήσει την υπηρεσία, επισκεφθείτε τον ακόλουθο σύνδεσμο:
8

  
9
http://{{ site.domain }}{% url activate_account activation_key %}
10

  
11
Ο χρήστης θα ενημερωθεί για την ενεργοποίηση του λογαριασμού του μέσω e-mail.
12

  
13
-----------------------------------------------------------------------------
14

  
15
{{ user.get_full_name }} has registered for a new account.
16

  
17
Username: {{user.username}}
18
E-mail: {{user.email}}
19

  
20
To activate the user's account and allow them to access the service, click on
21
the following link:
22

  
23
http://{{ site.domain }}{% url activate_account activation_key %}
24

  
25
The user will be notified via mail about the account activation
b/templates/registration/activation_email_subject.txt
1
Account registered at {{ site.name }}

Also available in: Unified diff