Changes between Initial Version and Version 2 of Ticket #8433


Ignore:
Timestamp:
Aug 22, 2008, 8:09:05 PM (16 years ago)
Author:
Jacob
Comment:

(fix formatting)

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #8433 – Description

    initial v2  
    11add_view should probably be:
     2
     3{{{
    24                if "_addanother" in request.POST:
    35                    request.user.message_set.create(message=msg)
     
    810                    request.user.message_set.create(message=msg + ' ' + ugettext("You may edit it again below."))
    911                    return HttpResponseRedirect('../%s/' % new_user.id)
     12}}}
Back to Top