{% extends "base.html" %} {% block title%}{% if form.manipulator.change %}Edit{% else %}Add{% endif %} a Genre{% endblock %} {% block content %}
Name: {{ form.desc }} {% if form.desc.errors %}*** {{ form.desc.errors|join:", " }}{% endif %}