#32936: NoReverseMatch Error for a line that is commented out in HTML
-------------------------------------+-------------------------------------
Reporter: Omid Shojaee | Owner: nobody
Type: Bug | Status: closed
Component: Template system | Version: 3.2
Severity: Normal | Resolution: invalid
Keywords: NoReverseMatch, | Triage Stage:
Template | Unreviewed
Has patch: 0 | Needs documentation: 0
Needs tests: 0 | Patch needs improvement: 0
Easy pickings: 0 | UI/UX: 0
-------------------------------------+-------------------------------------
Changes (by Tim Graham):
* status: new => closed
* resolution: => invalid
Comment:
You could use Django comments, e.g. `{#% url ... %#}` rather than HTML
comments. The Django template engine doesn't parse HTML and even if it
did, making HTML comments disable Django template tags doesn't seem
appropriate.
--
Ticket URL: <https://code.djangoproject.com/ticket/32936#comment:1>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
--
You received this message because you are subscribed to the Google Groups
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/django-updates/069.9037d56f810a66bf93501ba615506172%40djangoproject.com.