nextcloud links 90% working

This commit is contained in:
vabene1111
2019-11-14 12:42:26 +01:00
parent 2114ed037a
commit c8df93dd5f
8 changed files with 157 additions and 7 deletions

View File

@ -81,7 +81,7 @@ class StorageForm(forms.ModelForm):
class SyncForm(forms.ModelForm):
class Meta:
model = Sync
fields = ('storage', 'path')
fields = ('storage', 'path', 'active')
class BatchEditForm(forms.Form):