Django comments flag "cancel" returns wrong url -


I have made in my application the comments of Django and I am employing the ability to flag. The flagging works fine, but the "cancel" link that appears on the template returns the following error:

  http   

The template / form could not be found The following is as follows:

  extends {% "base.html"%} {% load i18n%} {% block title%} {% "Flag this comment"%} {% Endblock%} {% Block content%} & lt; H3 & gt; {% Trans "Are you sure you want to flag this comment?"%} "& Lt; / h3 & gt; & lt; br / & gt; Block & gt; {{note | linebreak}} & 

Comments