heroku errors for api

This commit is contained in:
walkews 2017-07-12 09:22:54 -05:00
parent 81e294f489
commit 01b4b766df
9 changed files with 129 additions and 54 deletions

View file

@ -12,11 +12,12 @@
<link href='https://cdnjs.cloudflare.com/ajax/libs/c3/0.4.10/c3.min.css' rel='stylesheet' type='text/css'/>
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
<link rel='stylesheet' type='text/css' href='static/css/custom.css'>
{% endblock %}
</head>
<body>
{% block body %}
{% set navigation_bar = [
('/investor', 'investor', 'Investor'),
@ -44,6 +45,6 @@
</nav>
{{ body | safe }}
{% endblock %}
</body>
</html>