~jmillikin/+junk/pixra

« back to all changes in this revision

Viewing changes to pixra/views.py

  • Committer: John Millikin
  • Date: 2008-10-01 02:35:26 UTC
  • Revision ID: jmillikin@gmail.com-20081001023526-qgmxs4j1rc94c85e
Removed accidentally included print statement.

Show diffs side-by-side

added added

removed removed

Lines of Context:
139
139
        return True
140
140
        
141
141
def image_edit_description (request, image_id):
142
 
        print request.META['HTTP_ACCEPT']
143
142
        image = get_image (pk = image_id)
144
143
        if request.method == 'POST':
145
144
                image.description = request.POST['description']