- agregado el boton de paypal en la vista "cart"

- quitado el boton de carrito en las vistas distintas a "map"
- correccion del "wait" en la vista "map"
parent a079b985
......@@ -96,6 +96,8 @@ def Reports(request):
progress = 50
if 'Extracting SCL information...' in open(log_info).read():
progress = 60
if 'Finalizing...' in open(log_info).read():
progress = 100
with open(log_info, 'r') as myfile:
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment