From ec6106de3f44a8a38a3ca2f06a2d2871617cf80e Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 20 Feb 2012 12:51:06 -0500 Subject: [PATCH] back to the way it was --- httpbin/core.py | 2 +- httpbin/templates/index.html | 5 ----- 2 files changed, 1 insertion(+), 6 deletions(-) diff --git a/httpbin/core.py b/httpbin/core.py index cf76297..a1b1fbd 100644 --- a/httpbin/core.py +++ b/httpbin/core.py @@ -46,7 +46,7 @@ def page_not_found(e): def view_landing_page(): """Generates Landing Page.""" - return render_template('httpbin.1.html') + return render_template('index.html') @app.route('/ip') diff --git a/httpbin/templates/index.html b/httpbin/templates/index.html index e6ccf78..c39f612 100644 --- a/httpbin/templates/index.html +++ b/httpbin/templates/index.html @@ -54,11 +54,6 @@ {% include 'httpbin.1.html' %} - - -