{% trans "Create polls easily, and publish them for your mates, in order to plan meetings or else." %}
...
...
@@ -20,9 +20,9 @@
{% block content %}
<pclass="icone"><ahref='/new/'title='{% trans "Make an event" %}'alt='{% trans "Make an event" %}'><imgwidth="20px"src="/static/images/view-calendar-day-2.png"> {% trans "Shedule an event" %}</a></p>
<pclass="icone"><ahref="{% url 'new' %}"title='{% trans "Make an event" %}'alt='{% trans "Make an event" %}'><imgwidth="20px"src="/static/images/view-calendar-day-2.png"> {% trans "Shedule an event" %}</a></p>
<pclass="icone"><ahref='/nuages'title='{% trans "About nuages" %}'alt='{% trans "Learn more" %}'><imgwidth="20px"src="/static/images/document-send.png"> {% trans "About nuages" %}</a></p>
<pclass="icone"><ahref="{% url 'documentation' %}"title='{% trans "About nuages" %}'alt='{% trans "Learn more" %}'><imgwidth="20px"src="/static/images/document-send.png"> {% trans "About nuages" %}</a></p>
<pclass="info">{% trans 'Enter basic information on your poll. (You are not logged so you will not be able to modify your poll after creation. You may <ahref="/user/login/">login</a> or <ahref="/user/registration/">register</a> first)' %}</p>
<pclass="info">{% trans 'Enter basic information on your poll. (You are not logged so you will not be able to modify your poll after creation. You may want to login or register first.' %} <ahref="{% url 'auth_login' %}">login</a>/<ahref="{% url 'registration_register' %}">register</a>)'</p>
{% else %}
<pclass="info">{% trans 'Enter basic information on your poll.' %}</p>