{% extends "base.html" %} {% block head %} {% include 'head_content.html' with title="LyProX ยท Sign up" %} {% endblock head %} {% block content %}

Sign Up

Request an account by reaching out to us

{% csrf_token %} {% if form.errors %}
{{ form.non_field_errors }}
{% endif %}
{{ form.title }}
{{ form.first_name }}
{{ form.last_name }}
{{ form.email }}
{{ form.institution }}
{{ form.message }}
{% endblock content %}