diff --git a/diffido.py b/diffido.py index b3ed4f6..e0c1c9e 100755 --- a/diffido.py +++ b/diffido.py @@ -15,7 +15,6 @@ See the License for the specific language governing permissions and limitations under the License. """ - import os import re import io @@ -44,6 +43,7 @@ from tornado.options import define, options import tornado.web from tornado import gen, escape + JOBS_STORE = 'sqlite:///conf/jobs.db' API_VERSION = '1.0' SCHEDULES_FILE = 'conf/schedules.json' diff --git a/dist/base.html b/dist/base.html index dc16df2..cd7ed54 100644 --- a/dist/base.html +++ b/dist/base.html @@ -6,12 +6,11 @@ - - + {% block head %}{% end %}
{% block body %}{% end %} diff --git a/dist/diff.html b/dist/diff.html index efbbcad..b9cb387 100644 --- a/dist/diff.html +++ b/dist/diff.html @@ -1,5 +1,10 @@ {% extends "base.html" %} +{% block head %} + + +{% end %} + {% block body %}