{% if form1.errors %}
<div class="error">
<p>Please correct the errors below:</p>
<ul>
{% for error in form1.errors %}
<li>{{ error }}</li>
{% endfor %}
</ul>
</div>
{% endif %}
Hello, post a link to the challenge so we can check your code.
Please Tell us what’s happening in your own words.
Learning to describe problems is hard, but it is an important part of learning how to code.
Also, the more you say, the more we can help!