{% 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 somebody for a Fellowship

Procedure

  • Type your search query in the search form
  • When you see the name you're looking for in the list of matches, double-click on it
  • The nomination form will appear below
  • Fill it in and submit!
{% csrf_token %}
{% crispy profile_dynsel_form %}

Matching profiles

Search / filter
{% crispy form %}
{% endblock content %}