{% extends "base.html" %} {% load staticfiles %} {% load widget_tweaks %} {% load i18n %} {% block sidenav %}{% endblock %} {% block extraheadbottom %} {% endblock %} {% block contentplaceholder %}

Select Institution

Select Institution
Excellent! You are a step away from joining the service. Select your institution from the dropdown list.
{% csrf_token %} {% if form.non_field_errors %}

{{ form.non_field_errors}}

{% endif %}
{{form.user}}
{% render_field form.peers class+="form-control" %} {% if form.peers.errors %} {{ form.peers.errors|join:", " }} {% endif %}
{% endblock %} {% block pagejsbottom %} {% endblock %}