{% extends "base.html" %} {% block title %}{% if has_password %}Change{% else %}Set{% endif %} Password - PyRunner{% endblock %} {% block content %}
{% if has_password %} Update your account password {% else %} Create a password for your account {% endif %}
{{ error }}
{% endfor %}