mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-23 07:41:52 +00:00
6 lines
184 B
HTML
6 lines
184 B
HTML
|
{% extends “base.html” %}
|
||
|
{% block body %}
|
||
|
Hello {{ account }}!
|
||
|
|
||
|
Check your email to confirm the activation. There are {{ expiration_days }} days left to do it.
|
||
|
{% endblock %}
|