Add the core of the main browser layout.

This commit is contained in:
Dave Page
2015-02-05 14:06:20 +00:00
parent afd5626fe4
commit 1b6d7edd01
49 changed files with 32329 additions and 13 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ from flask.ext.security import login_required
from time import time, ctime
# Initialise the module
blueprint = Blueprint(MODULE_NAME, __name__, static_folder='static', static_url_path='', template_folder='templates', url_prefix='/' + MODULE_NAME)
blueprint = Blueprint(MODULE_NAME, __name__, static_folder='static', template_folder='templates', url_prefix='/' + MODULE_NAME)
##########################################################################
# A special URL used to "ping" the server