Changes between Version 3 and Version 4 of CookBookManipulatorCustomManipulator
- Timestamp:
- Feb 28, 2006, 9:55:42 PM (19 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
CookBookManipulatorCustomManipulator
v3 v4 99 99 }}} 100 100 101 102 I think you forgot to put %s after /polls/ in the HttpResponseRedirect line. e.g ("/polls/%s" % result.id) - Peter