{% extends 'base.html' %} {% block content %}
Please correct the error{{ errors|pluralize }} below. {% for i in errors %} {{ i }} {% endfor %}