From e357535d8e972885040adf331894c24211bd1870 Mon Sep 17 00:00:00 2001 From: nglk Date: Tue, 8 Sep 2020 16:40:30 +0200 Subject: [PATCH] added perspectiveB --- __pycache__/hello.cpython-36.pyc | Bin 560 -> 554 bytes hello.py | 8 ++++---- templates/{hello.html => perspectiveB.html} | 0 3 files changed, 4 insertions(+), 4 deletions(-) rename templates/{hello.html => perspectiveB.html} (100%) diff --git a/__pycache__/hello.cpython-36.pyc b/__pycache__/hello.cpython-36.pyc index 7839d7ad5d358dd19a25326d1f670fe0405930bd..76ceca6d22d977ff563071e968d80e6f144a586c 100644 GIT binary patch delta 219 zcmdnMvWi97n3tDp>-6w=bw&n;#|%h-1;};);^Lr*%5H)jDV!|~&5X^AQS2#P!3>(* z6KhV_^XV6)78MtyCYNNEr8?;+Bk5*f0&<)|+Btwk2}24{D^MGgUzH%T9=(i`+#F5D zB4(hXB34v_4amL4gRGhxC{heEn1Q7TXe=YcI~adF5*WjA5&6wVZ`7RF{EjABpW2xida znOJqYo>xC3H76%u-zG0HH`UHB8E6O?fM^yVb_U{N9w1S|kiuBQkiyi<1k}pxSH%U^ zr') -def hello(name=None): - return render_template('hello.html', name=name) +# @app.route('/hello/') +@app.route('/perspectiveB/') +def perspectiveB(): + return render_template('perspectiveB.html') diff --git a/templates/hello.html b/templates/perspectiveB.html similarity index 100% rename from templates/hello.html rename to templates/perspectiveB.html