{% extends 'base.html' %} {% block content %}
{% if not devenv %}

If you have active AD account click here to login

{% else %}

Click here to login as dev user

{% endif %}

Request a login link to your email address

{{ form.csrf_token }}

{{ form.email.label }}

{{ form.email }}

{{ form.recaptcha }}

{% endblock %}