mirror of
https://github.com/eitchtee/WYGIWYH.git
synced 2026-04-24 17:48:41 +02:00
@@ -16,6 +16,7 @@ class TransactionRuleForm(forms.ModelForm):
|
|||||||
class Meta:
|
class Meta:
|
||||||
model = TransactionRule
|
model = TransactionRule
|
||||||
fields = "__all__"
|
fields = "__all__"
|
||||||
|
exclude = ("owner", "shared_with", "visibility")
|
||||||
labels = {
|
labels = {
|
||||||
"on_create": _("Run on creation"),
|
"on_create": _("Run on creation"),
|
||||||
"on_update": _("Run on update"),
|
"on_update": _("Run on update"),
|
||||||
|
|||||||
Reference in New Issue
Block a user