On Tue, Feb 10, 2009 at 5:37 PM, Skylar wrote:
>
> I get rendered
> Id also
> User
>
This is a rather huh?-inducing start to a bug report. Without context, those
two outputs look perfectly fine. It really helps if you start with
what you are doing at a high level, the code you are using to atte
I get rendered
Id also
User
### The mostly relevent part of views.py:
from django.forms.models import inlineformset_factory
@login_required
def pickup(request):
try:
profile = request.user.get_profile()
except:
return HttpResponseRedirect('/profile/')
PickUpFormSet =
2 matches
Mail list logo