{% extends "base.html" %} {% load widget_tweaks %} {% load static %} {% block content %} Submit Proposal Name of the author *: About the author *: {% render_field proposal_form.about_the_author %} Title of the Project *: {% render_field proposal_form.title_of_the_project %} Abstract (Min. 300 char.) *: {% render_field proposal_form.abstract %} Charater count: Expected completion date (Approx. 1 month) *: {% render_field proposal_form.completion_date %} {% render_field proposal_form.terms_and_conditions %} I agree to the terms and conditions * {% csrf_token %} Submit Back {% endblock %}