forked from expo/troggle
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 %} |