From 0d89e0fce14edee3a3fa7571b5e7792e2bdb2197 Mon Sep 17 00:00:00 2001 From: sudan Date: Mon, 25 Jan 2016 15:44:17 +0800 Subject: code highlight --- manage.py | 1 - templates/layout.html | 6 +++--- templates/show_paste.html | 9 +++++++++ 3 files changed, 12 insertions(+), 4 deletions(-) diff --git a/manage.py b/manage.py index ccccf91..30f5ea5 100644 --- a/manage.py +++ b/manage.py @@ -1,7 +1,6 @@ from flask.ext.script import Manager, Server from pastebin import app, db - manager = Manager(app) diff --git a/templates/layout.html b/templates/layout.html index 106ca8c..348df3e 100644 --- a/templates/layout.html +++ b/templates/layout.html @@ -5,10 +5,10 @@ - + + -{# +{# + {% endblock %} -- cgit