{% extends "hosting/base_short.html" %} {% load staticfiles bootstrap3%} {% load i18n %} {% block content %}
 
{% if messages %}
    {% for message in messages %}
  • {{ message }}
  • {% endfor %}
{% endif %}

{% trans "Set your new password"%}

{% csrf_token %} {% for field in form %} {% bootstrap_field field show_label=False %} {% endfor %} {% buttons %} {% endbuttons %}
{% trans "Already have an account ?"%}{% trans "Log in"%}
{% endblock %}