Passing parameter to template in django while using url rendering

2016-04-25 Thread jorrit787
You should have a look at Django's Messages framework. It does what you are trying to achieve in a more automatic and reusable way: https://docs.djangoproject.com/en/1.9/ref/contrib/messages/ -- You received this message because you are subscribed to the Google Groups "Django users" group. To

Passing parameter to template in django while using url rendering

2016-04-25 Thread Nousheef Cholaykkil Muhammed
Hi am new to django , please help me to solve such a simple problem, This is our views.py from django.shortcuts import render, render_to_response from django.core.context_processors import request, csrf import re from django.contrib.auth.models import User # Create your views here. def crea