From fdd2e56ae9aeba045695d15078ea7affa76334a2 Mon Sep 17 00:00:00 2001 From: sam Date: Thu, 25 Dec 2014 23:38:23 -0600 Subject: [PATCH] fixed orders on index page --- app/routes/api.py | 3 ++- app/templates/index2.html | 6 ++++-- 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/app/routes/api.py b/app/routes/api.py index fcec5c5..45b6e9d 100644 --- a/app/routes/api.py +++ b/app/routes/api.py @@ -7,7 +7,8 @@ import json from flask import Blueprint, Response - +from app.config import config +from app.database import redis api = Blueprint('api', __name__, url_prefix='/api') diff --git a/app/templates/index2.html b/app/templates/index2.html index 0daedde..a2a937c 100644 --- a/app/templates/index2.html +++ b/app/templates/index2.html @@ -93,6 +93,7 @@ {% block scripts %} +