UEWBot / dipvis

Django-based visualiser for tournaments for the boardgame Diplomacy
GNU General Public License v3.0
7 stars 5 forks source link

Support for entering concession votes #253

Closed UEWBot closed 1 year ago

UEWBot commented 1 year ago

The DrawVote class itself supports concessions, but the only way to currently create them is through the admin

UEWBot commented 1 year ago

This should just be a matter of adding a dropdown for the power being conceded to to the form, and a flag to decide whether to display it or not. Then the view code needs to set the drawing power(s) appropriately.