I am developing a website using django. I added a link to an element but yet to create view for it.
But django doesn't let me test my changes until I finish writing the view.
It issues NoReverseMatch
error. I tried commenting out that part of html using these <!-- xxxx -->
but still django issues the same error.
How can I comment out the html so djano won't process it.