Fix in forms
This commit is contained in:
parent
272dc38a1d
commit
687f2c24c9
2 changed files with 9 additions and 1 deletions
|
|
@ -26,7 +26,9 @@ class I18nField(PhangoField):
|
|||
arr_i18n={i:'' for i in I18n.dict_i18n}
|
||||
self.default_value=json.dumps(arr_i18n)
|
||||
|
||||
|
||||
def change_form(self, form):
|
||||
self.extra_parameters=[form]
|
||||
|
||||
def check_value(self, value):
|
||||
|
||||
return super().check(value)
|
||||
|
|
|
|||
|
|
@ -795,6 +795,12 @@ a.form_button_tab:hover
|
|||
|
||||
}
|
||||
|
||||
.little_textarea {
|
||||
|
||||
height: 50px !important;
|
||||
|
||||
}
|
||||
|
||||
/* Media queries */
|
||||
|
||||
@media only screen and (max-width: 800px) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue