mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-22 07:11:52 +00:00
6 lines
179 B
HTML
6 lines
179 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 %} |