From 8c7a90ac6aef00d4ed64ed1789cf4722a8465a8e Mon Sep 17 00:00:00 2001 From: Sam Ockman Date: Mon, 13 Aug 2012 17:42:28 -0400 Subject: Added whats_new template --- wqflask/wqflask/templates/base.html | 2 +- wqflask/wqflask/templates/whats_new.html | 25 +++++++++++++++++++++++++ wqflask/wqflask/views.py | 5 ++++- 3 files changed, 30 insertions(+), 2 deletions(-) create mode 100644 wqflask/wqflask/templates/whats_new.html diff --git a/wqflask/wqflask/templates/base.html b/wqflask/wqflask/templates/base.html index 4050164d..7d9218ed 100644 --- a/wqflask/wqflask/templates/base.html +++ b/wqflask/wqflask/templates/base.html @@ -112,7 +112,7 @@ Help    |    - + News    |    diff --git a/wqflask/wqflask/templates/whats_new.html b/wqflask/wqflask/templates/whats_new.html new file mode 100644 index 00000000..75a08dcd --- /dev/null +++ b/wqflask/wqflask/templates/whats_new.html @@ -0,0 +1,25 @@ +{% extends "base.html" %} +{% block title %}GeneNetwork{% endblock %} +{% block content %} + + + + + + + + + + + + +{% endblock %} diff --git a/wqflask/wqflask/views.py b/wqflask/wqflask/views.py index 06d8227c..34c78f54 100644 --- a/wqflask/wqflask/views.py +++ b/wqflask/wqflask/views.py @@ -52,7 +52,10 @@ def search(): return render_template("search_result_page.html", **the_search.__dict__) - +@app.route("/whats_new") +def whats_new(): + #variables = whats_new.whats_new() + return render_template("whats_new.html") @app.route("/showDatabaseBXD") def showDatabaseBXD(): -- cgit v1.2.3
+ +

Latest Updates and News from Genenetwork modify this page

+ + + This is where we will keep what's new + +

+ +