1234567891011121314 |
- {% extends "marketplace/base.html" %}
- {% block title %}Local Business Directory | Penobcot Bay Press {% endblock %}
- {% block redirect %}<script type="text/javascript">
- <!--
- window.location="http://baycommunityregister.com/businesses/";
- //-->
- </script>
- {% endblock redirect %}
- {% block content %}
- <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>
- {% endblock %}
|