category_index.html 517 B

12345678910111213
  1. {% extends "marketplace/base.html" %}
  2. {% block title %}Local Business Directory | Penobcot Bay Press {% endblock %}
  3. {% block redirect %}<script type="text/javascript">
  4. <!--
  5. window.location="http://baycommunityregister.com/businesses/";
  6. //-->
  7. </script>
  8. {% endblock redirect %}
  9. {% block content %}
  10. <p>You have reached an old page in error. This page should automatically redirect, if it doesn't, <a href=“http://baycommunityregister.com/businesses/">click here </a>to proceed to our new site.</p>
  11. {% endblock %}