subscriptions_new.html 1.1 KB

123456789101112131415161718192021222324252627
  1. {% extends "pbp_store/store_base.html" %}
  2. {% load url from future %}
  3. {% load storefront_tags pbp_core_tags %}
  4. {% block redirect %}<script type="text/javascript">
  5. <!--
  6. window.location="http://penobscotbaypress.com/subs/";
  7. //-->
  8. </script>
  9. {% endblock redirect %}
  10. {% block style %}{{ block.super }}
  11. <link rel="stylesheet"
  12. href="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/themes/base/jquery-ui.css"
  13. xmlns="http://www.w3.org/1999/html">
  14. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.9.0/jquery.min.js"></script>
  15. <script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.10.0/jquery-ui.min.js"></script>
  16. <script type="text/javascript" src="{{ MEDIA_URL }}js/jquery.cookie.js"></script>
  17. {% endblock style %}
  18. {% block title %}New Newspaper Subscription | Penobscot Bay Press Community Storefront{% endblock title %}
  19. {% block body %}
  20. <div id="store_details">
  21. <div class="store_item">
  22. <p class="sub_price">You have reached an old store page in error. This page should automatically redirect, if it doesn't, <a href="penobscotbaypress.com/store">click here </a>to proceed to our new store.</p>
  23. </div>
  24. {% endblock body %}