{% extends "base.html" %} {% block title %}Change Rower {% endblock %} {% block content %} {% if form.errors %}

Please correct the error{{ form.errors|pluralize }} below.

{% endif %}
{{ form.as_table }}
{% csrf_token %} {% endblock %}