I'm no expert but the problem should most likely lay with how STATIC_URL is
populated.
When the line: str(request.POST.get('question')) , email = "" +
> str(request.POST.get('email')))
>p.save()
>
>else:
>form = newform() # An unbound form
>
>return render_to_respon
I'm no expert but the problem should most likely lay with how STATIC_URL is
populated.
When the line: str(request.POST.get('question')) , email = "" +
> str(request.POST.get('email')))
>p.save()
>
>else:
>form = newform() # An unbound form
>
>return render_to_respon
2 matches
Mail list logo