diff --git a/digitalglarus/templates/digitalglarus/booking_orders_detail.html b/digitalglarus/templates/digitalglarus/booking_orders_detail.html index 8163b7cb..a91ec55a 100644 --- a/digitalglarus/templates/digitalglarus/booking_orders_detail.html +++ b/digitalglarus/templates/digitalglarus/booking_orders_detail.html @@ -8,6 +8,16 @@ text-align: center !important; } +#outer +{ + width:100%; + text-align: center; +} +.inner +{ + display: inline-block; +} + + + + + + + + + + + + + + {% block content %} {% endblock %} + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + \ No newline at end of file diff --git a/stripe_keys.sh b/stripe_keys.sh deleted file mode 100644 index 5681e62c..00000000 --- a/stripe_keys.sh +++ /dev/null @@ -1,2 +0,0 @@ -export STRIPE_API_PRIVATE_KEY=sk_test_dqAmbKAij12QCGfkYZ3poGt2 -export STRIPE_API_PUBLIC_KEY=pk_test_QqBZ50Am8KOxaAlOxbcm9Psl \ No newline at end of file