Add icon field, closes #24
This commit is contained in:
parent
b4654ec445
commit
224f55a8b1
10 changed files with 81 additions and 24 deletions
|
@ -1,4 +1,4 @@
|
|||
from main.forms import NummiForm
|
||||
from main.forms import IconInput, NummiForm
|
||||
|
||||
from .models import Account
|
||||
|
||||
|
@ -12,3 +12,6 @@ class AccountForm(NummiForm):
|
|||
"default",
|
||||
"archived",
|
||||
]
|
||||
widgets = {
|
||||
"icon": IconInput(),
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue