AItool commited on
Commit
4664117
·
verified ·
1 Parent(s): 5b946bc

Update testnavbar.py

Browse files
Files changed (1) hide show
  1. testnavbar.py +13 -3
testnavbar.py CHANGED
@@ -101,10 +101,20 @@ def ProductCard(p):
101
 
102
  # Define this once, at module level (top of file is best)
103
  example_product_description = """
104
- This is a sample detailed description of the {product_name}.
 
 
 
 
 
 
105
 
106
- - Have a detailed description of the product on the page
107
- - Have an order form to fill out and submit
 
 
 
 
108
  """
109
 
110
  @rt
 
101
 
102
  # Define this once, at module level (top of file is best)
103
  example_product_description = """
104
+ Lorem ipsum dolor sit amet, consectetur adipiscing elit.
105
+ Praesent euismod, sapien nec facilisis tincidunt, nunc
106
+ nibh posuere justo, vitae luctus neque magna vel nulla.
107
+ Curabitur at felis ac nulla fermentum tincidunt.
108
+ Integer non risus nec nulla cursus porttitor.
109
+ Suspendisse potenti. Donec vel sapien nec erat
110
+ malesuada viverra sed a lorem.
111
 
112
+ - Proin facilisis ligula sed sapien tincidunt, at
113
+ fermentum magna volutpat.
114
+ - Curabitur vitae lectus nec justo cursus
115
+ sollicitudin non sed est.
116
+ - Sed ut perspiciatis unde omnis iste natus error
117
+ sit voluptatem accusantium doloremque laudantium.
118
  """
119
 
120
  @rt