forked from ietf-tools/datatracker
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmanual.html
More file actions
16 lines (16 loc) · 677 Bytes
/
manual.html
File metadata and controls
16 lines (16 loc) · 677 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% extends "base.html" %}
{% load origin %}
{% block title %}Complete account creation{% endblock %}
{% block content %}
{% origin %}
<h1>Additional Assistance Required</h1>
<p class="alert alert-info my-3">
Our apologies, it looks like there was an issue creating your Datatracker account.
Please send an email to the
<a href="mailto:{{ settings.SECRETARIAT_SUPPORT_EMAIL }}">IETF secretariat</a>
and we'll get you set up promptly.
</p>
<a class="btn btn-primary"
href="mailto:{{ settings.SECRETARIAT_SUPPORT_EMAIL }}">Email IETF secretariat</a>
{% endblock %}