membersystem/users/templates/users/signup_confirm.html

11 lines
243 B
HTML
Raw Normal View History

2019-08-31 18:46:49 +00:00
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "Confirm your email" %}</h1>
<p>{% trans "You've got mail - click the link or copy paste it to this browser session and you'll be logged in." %}</p>
{% endblock %}