admin: fix source creation view

This commit is contained in:
Jens Langhammer
2018-11-26 18:22:22 +01:00
parent 6c0e7b9741
commit 08a5c98823
3 changed files with 7 additions and 1 deletions

View File

View File

@ -0,0 +1,6 @@
"""passbook core source form fields"""
# from django import forms
SOURCE_FORM_FIELDS = ['name', 'slug', 'enabled']
# class SourceForm(forms.Form)