summaryrefslogtreecommitdiff
path: root/archaeological_operations/forms.py
diff options
context:
space:
mode:
authorÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-17 11:50:39 +0200
committerÉtienne Loks <etienne.loks@iggdrasil.net>2017-05-17 11:50:39 +0200
commite5dc6268a843e216ccf14469447d9b6f1ad43b49 (patch)
tree973acb445e94383445aa12b8ca0ddf4bb0057346 /archaeological_operations/forms.py
parent8451333f4e1a3cdaab05650141b154d2e5ee54fd (diff)
downloadIshtar-e5dc6268a843e216ccf14469447d9b6f1ad43b49.tar.bz2
Ishtar-e5dc6268a843e216ccf14469447d9b6f1ad43b49.zip
Operation wizard: collaborator panel more explicit style (refs #3595)
Diffstat (limited to 'archaeological_operations/forms.py')
-rw-r--r--archaeological_operations/forms.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/archaeological_operations/forms.py b/archaeological_operations/forms.py
index b9e68980f..8fd9233d2 100644
--- a/archaeological_operations/forms.py
+++ b/archaeological_operations/forms.py
@@ -994,7 +994,7 @@ class CollaboratorForm(forms.Form):
def __init__(self, *args, **kwargs):
super(CollaboratorForm, self).__init__(*args, **kwargs)
- self.fields['collaborator'].widget.attrs['style'] = 'width: 100%'
+ self.fields['collaborator'].widget.attrs['full-width'] = True
class OperationFormPreventive(forms.Form):