subscription html card updated
This commit is contained in:
@@ -21,7 +21,11 @@ class SubscriptionForm(forms.ModelForm):
|
||||
fields = [
|
||||
"title",
|
||||
"plan",
|
||||
"high_amount",
|
||||
"amount",
|
||||
"short_description",
|
||||
"long_description",
|
||||
"image",
|
||||
"principal_types",
|
||||
] # Include all fields you want from the model
|
||||
|
||||
|
||||
Reference in New Issue
Block a user