Le bouton modifier redirige vers la page
This commit is contained in:
parent
439f356b8e
commit
52f9f93d52
7
app.py
7
app.py
@ -25,6 +25,13 @@ def sauveteur(idsauveteur):
|
||||
def bateau(idbateau):
|
||||
return pages.bateau(idbateau)
|
||||
|
||||
@app.route('/modifications')
|
||||
@app.route('/modifications/')
|
||||
@app.route('/modification')
|
||||
@app.route('/modification/')
|
||||
def modifs():
|
||||
return pages.modifs()
|
||||
|
||||
@app.route('/expeditions/<int:idexpe>')
|
||||
@app.route('/expedition/<int:idexpe>')
|
||||
def expe(idexpe):
|
||||
|
Loading…
Reference in New Issue
Block a user