Hi, i have problem with this code please let me know the solutions/ this error because of there are a code between ul and li!

        {% 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!

Hi Buddy, Here You can see the Help button by clicking in that you will be able to create your own post.

Don’t forget to write your issue in your own words..

Hope You Understand !!