mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 03:17:07 +00:00
13 lines
488 B
HTML
Executable File
13 lines
488 B
HTML
Executable File
{% extends "account/base.html" %}
|
|
|
|
{% load i18n %}
|
|
|
|
{% block head_title %}{% trans "Verify Your Email Address" %}{% endblock %}
|
|
|
|
{% block content %}
|
|
<h3 class="h3" id="head_banner">{% trans "Verify Your Email Address" %}</h3>
|
|
|
|
<p id="verification_sent_info">{% blocktrans %}A verification email has been sent to your email address. Follow the link provided to activate your account. Contact us if you do not receive it within a few minutes.{% endblocktrans %}</p>
|
|
|
|
{% endblock %}
|