pinax / symposion

a Django project for conference websites
BSD 3-Clause "New" or "Revised" License
299 stars 147 forks source link

admin: show review result #79

Closed miurahr closed 9 years ago

miurahr commented 9 years ago

feedback from pycon development. 'status' field is depend on #75

this is a part from following:

commit 7305488c7268f7e215f81c4fa12c52e850fc687d
Author: Dan Poirier <dpoirier@caktusgroup.com>
Date:   Wed Jun 12 10:47:34 2013 -0400

    Start on tagging proposals

    * Add tags field to ProposalBase
    * Verify we can edit tags in the admin
    * Display a proposal's tags in the reviews table, also in the proposal
      details on the review page
    * Enable the reviews template context processor so we can navigate
      in the reviews area
    * Add a form on the Reviews page to edit proposal tags.

Signed-off-by: Hiroshi Miura miurahr@linux.com