{% extends "base.html" %} {% block title %}Edit Profile{% endblock %} {% block scripts %} {{ super() }} {% endblock %} {% block page_content %}
{{ form.org_companyname.label }}
{{ form.org_companyname(style="width: 80%;") }}
{% for error in form.org_companyname.errors %}
{{ error }}
{% endfor %}
{{ form.org_regaddress.label }}
{{ form.org_regaddress(style="width: 80%;") }}
{% for error in form.org_regaddress.errors %}
{{ error }}
{% endfor %}
{{ form.org_responsible.label }}
{{ form.org_responsible(style="width: 80%;") }}
{% for error in form.org_responsible.errors %}
{{ error }}
{% endfor %}
{{ form.org_vatnum.label }}
{{ form.org_vatnum }}
{% for error in form.org_vatnum.errors %}
{{ error }}
{% endfor %}
1. Please install FreeOTP on your mobile device. iTunes | Google Play
2. Scan using the application your QR code.
3. After the code is properly loaded in the FreeOTP app, you may activate the 2FA login with the following checkbox:
{{ form.csrf_token() }} {{ form.submit }}