{% extends "base.html" %} {% load compress staticfiles %} {% block title %}Account Settings - healthchecks.io{% endblock %} {% block content %}

Settings

{% if messages %}
{% for message in messages %}

{{ message }}

{% endfor %}
{% endif %}
{% csrf_token %}

Monthly Reports

{% csrf_token %}

Set Password

Attach a password to your healthchecks.io account
{% endblock %}