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}} & > gt;> {div}> {% endif%} & lt; p class = "submit"> input type = "Submit" class = "btn btn-threat button-left" name = "submit" value = "{% trans" ""} "" & "gt; ; & Lt; / Form & gt; {% Endblock%} Any insight into this will be highly appreciated.
I suspect that you may not have site settings correct. Check the site app and see if you can make some changes to make it work.
Comments
Post a Comment