From f7f04c1bd73ad2f83ac56eedf372367d4d4dc70e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89tienne=20Beaul=C3=A9?= Date: Wed, 4 Sep 2019 22:57:58 -0400 Subject: [PATCH] [WIP] Results: Refactor forms This commit refactors the result forms to be orthogonal to the Debate- Result classes. In that, mixins are used to distinguish forms using (or not) scores. The DebateResult class has also been added as a parameter for the forms with a correspondence dict between forms and results in views.py.