CSRF_TOKEN Error

I am getting csrf_token error in Django. I have already it in my HTML. But still getting.


<h1>{{ error }}</h1>


<form method="post">{% csrf_token %}

    {{ form.as_p }}

    <br>
    <input type="submit"name="submit" value="Create User">

</form>



Tried this? https://stackoverflow.com/questions/3197321/csrf-error-in-django