mirror of
https://github.com/healthchecks/healthchecks.git
synced 2025-04-08 14:40:05 +00:00
13 lines
277 B
HTML
13 lines
277 B
HTML
{% extends "emails/base.html" %}
|
|
{% load hc_extras %}
|
|
|
|
{% block content %}
|
|
Hello,<br />
|
|
To set up a password for your account on {% site_name %}, please press the
|
|
button below:</p>
|
|
{% endblock %}
|
|
|
|
{% block content_more %}
|
|
Regards,<br />
|
|
The {% site_name %} Team
|
|
{% endblock %}
|