Compare commits
2 commits
e856859ffb
...
fdd93aa278
Author | SHA1 | Date | |
---|---|---|---|
fdd93aa278 | |||
973d3fc8bf |
2 changed files with 2 additions and 6 deletions
|
@ -417,11 +417,7 @@ input[type="file"] {
|
|||
display: block;
|
||||
}
|
||||
|
||||
input {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
textarea.feedback {
|
||||
input, textarea {
|
||||
margin: 5px;
|
||||
}
|
||||
|
||||
|
|
|
@ -93,7 +93,7 @@ class JednoHodnoceniForm(forms.ModelForm):
|
|||
'problem': autocomplete.ModelSelect2(
|
||||
url='autocomplete_problem_odevzdatelny', # FIXME: Dovolit i starší?
|
||||
),
|
||||
'feedback': forms.Textarea(attrs={'rows': 1, 'cols': 30, 'class': 'feedback'}),
|
||||
'feedback': forms.Textarea(attrs={'rows': 1, 'cols': 30}),
|
||||
}
|
||||
|
||||
OhodnoceniReseniFormSet = formset_factory(JednoHodnoceniForm,
|
||||
|
|
Loading…
Reference in a new issue