Nouvelle version du dimanche
This commit is contained in:
3
app.py
3
app.py
@@ -7,7 +7,8 @@ app = Flask(__name__) # crée l'application Flask
|
||||
|
||||
@app.route("/") # URL racine : http://localhost:5000/
|
||||
def index():
|
||||
return render_template("index.html", Identifiant="Alban")
|
||||
return render_template("user_search.html", display= "none")
|
||||
#return render_template("index.html", Identifiant="Alban")
|
||||
|
||||
@app.route("/index2/<Identifiant>") # URL racine : http://localhost:5000/
|
||||
def index2(Identifiant):
|
||||
|
||||
Reference in New Issue
Block a user