{% extends 'base.html' %} {% block title %} Update password | ArmaLaser {% endblock %} {% block css %} {% endblock %} {% block outsidecontainer %} {% endblock %} {% block content %}

{{ pagetitle }}

You can use the same password you have been using or choose a different one. Please provide the following information to reset your password.

{% if session.registererror %} {% include 'Error/errormessage.html' %} {% endif %}
{% if success %}
{{ success }}
{% endif %}
{% endblock %} {% block bottomjs %} {% endblock %}