This is kind of a pain
Should I really be getting these errors?
{{{
{% extends 'base.html' %}
{% block title %}Login{% endblock %}
{% block content %}
<h2>Login</h2>
<form method="post">
{% csrf_token %}
{{ form.as_p }}
<button type="submit">Login</button>
</form>
<!-- <a href="{% url 'polls:register' %}" class="btn btn-primary btn-lg
active" role="button" aria-pressed="true">Go Home</a> -->
{% endblock %}
}}}
--
Ticket URL: <https://code.djangoproject.com/ticket/33492>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* status: new => closed
* resolution: => invalid
Comment:
If you want to comment-out code in your templates you should use Django
[https://docs.djangoproject.com/en/stable/ref/templates/language/#comments
comments], not HTML comments. Please use one of
[https://code.djangoproject.com/wiki/TicketClosingReasons/UseSupportChannels
support channels] if you have further questions.
--
Ticket URL: <https://code.djangoproject.com/ticket/33492#comment:1>