description

This commit is contained in:
CHIEFSOFT\ameye
2024-12-15 19:20:53 -05:00
parent af3f045da4
commit ff12e5afeb
+2 -2
View File
@@ -329,9 +329,9 @@ def myproduct(current_user):
myproduct_data = {
"myproduct_uid":"",
"banner": "p4.jpg",
"banner": product[0]["banner"],
"description": "Commitment is something that comes from understanding that everything has its price and then having the willingness to pay that price. This is important because nobody wants to put significant effort into something, only to find out after the fact that the price was too high.The price is something not necessarily defined as financial. It could be time, effort, sacrifice, money or perhaps, something else.",
"title": "Open EMR",
"title": product[0]["description"],
"subscription_text" : "Start with your goals in mind and then work possible.ith yand Goals. If the plan doesnt support the vision then change it!",
"promotion_text": "FAQ pages is for consistency"
}