2018-11-22 12:33:40 +01:00
|
|
|
# Common majority methods for all apps using polls. The first one should be the default.
|
|
|
|
majorityMethods = (
|
2019-01-06 16:22:33 +01:00
|
|
|
{"value": "simple_majority", "display_name": "Simple majority"},
|
|
|
|
{"value": "two-thirds_majority", "display_name": "Two-thirds majority"},
|
|
|
|
{"value": "three-quarters_majority", "display_name": "Three-quarters majority"},
|
|
|
|
{"value": "disabled", "display_name": "Disabled"},
|
2018-11-22 12:33:40 +01:00
|
|
|
)
|