Re: KeyError at /save/ 'tags'
Ya, that line causes the error - tag_names = form.cleaned_data['tags'].split() On Feb 15, 12:28 am, David De La Harpe Golden wrote: > On 14/02/11 13:58, corden wrote: > > > tag_names = form.cleaned_data['tags'].split() > > ^^^ tags > &
KeyError at /save/ 'tags'
Here's the code views.py -- def bookmark_save_page(request): if request.method == 'POST': form = BookmarkSaveForm(request.POST