{% extends "layout.html" %} {% import "form_macros.html" as fm %} {% block container %}
{{ form.csrf_token }}
{{ _("Edit your ISP") }}

To edit your ISP, you need to give us the email provided while registering and we will send you a link to edit it.

{{ fm.render_field(form.tech_email) }}
{% endblock %}