datatracker/ietf/templates/registration/manual.html
2021-11-11 18:31:43 +00:00

19 lines
532 B
HTML

{# Copyright The IETF Trust 2015, All Rights Reserved #}
{% extends "base.html" %}
{% load origin %}
{% block title %}Complete account creation{% endblock title %}
{% block content %}
{% origin %}
<h1>Additional Assistance Required</h1>
<p>
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>
{% endblock content %}