{% extends 'colleges/base.html' %} {% load crispy_forms_tags %} {% block breadcrumb_items %} {{ block.super }} Colleges Nominations {% endblock %} {% block meta_description %}{{ block.super }} Nominations{% endblock meta_description %} {% block pagetitle %}: Nominations{% endblock pagetitle %} {% block content %}

Fellowship Nominations

Nominate

Procedure

  • Type your search query in the search form
  • When the name you're looking for appears in the list of matches, double-click on it
  • The nomination form will appear below
  • Non-eligibility flags (if any) will appear
  • If eligible, fill the form in (comments are optional)
  • Submit! (the vote will be arranged by EdAdmin)
{% csrf_token %}
{% crispy profile_dynsel_form %}

Matching profiles

Search / filter

{% crispy form %}

Nominations list

{% endblock content %}