mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-05 01:16:27 +00:00
Update forms.py
This commit is contained in:
parent
c4571ab425
commit
4fcfbea0f4
1 changed files with 1 additions and 1 deletions
|
@ -262,7 +262,7 @@ class EditBuildingForm(FormRevMixin, ModelForm):
|
|||
|
||||
|
||||
class EditDormitoryForm(FormRevMixin, ModelForm):
|
||||
"""Permet d'éditer la residence"""
|
||||
"""Enable dormitory edition"""
|
||||
class Meta:
|
||||
model = Dormitory
|
||||
fields = '__all__'
|
||||
|
|
Loading…
Reference in a new issue