13 lines
443 B
HTML
13 lines
443 B
HTML
{% extends "base.html" %}
|
|
|
|
{% block content %}
|
|
|
|
<h3>Verify e-mail to receive repository notifications</h3>
|
|
|
|
A request has been made to send <a href="http://docs.quay.io/guides/notifications.html">notifications</a> to this email address for repository {{ (namespace, repository) | repository_reference }}
|
|
|
|
<br><br>
|
|
To verify this email address, please click the following link:<br>
|
|
{{ app_link('authrepoemail?code=' + token) }}
|
|
|
|
{% endblock %}
|