From 0f1993012069239fee71bf8265b3a850839cbbec Mon Sep 17 00:00:00 2001 From: Sarra <sarra.ouelhadj@gmail.com> Date: Thu, 25 Aug 2022 09:04:18 +0200 Subject: [PATCH] heroku deploy testing --- YKWIM/templates/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/YKWIM/templates/index.html b/YKWIM/templates/index.html index a9b5499..a00b639 100644 --- a/YKWIM/templates/index.html +++ b/YKWIM/templates/index.html @@ -32,7 +32,7 @@ <i class="bi bi-question-circle-fill"></i> </button> <ul class="dropdown-menu"> - <li><a class="dropdown-item" href="{{url_for('static',filename='doc/notice.pdf')}}" target=â€_blankâ€>Aide Template</a></li> + <li><a class="dropdown-item" href="{{url_for('static',filename='/doc/notice.pdf')}}" target=â€_blankâ€>Aide Template</a></li> <li><a class="dropdown-item" href="">Exemples de vocabulaires partagés</a></li> </ul> </div> @@ -51,7 +51,7 @@ <div class="col-8"> <div class="row pt-3"> <div class="col-8 offset-7"> - <a href="{{url_for('static',filename='doc/template.ods')}}"> + <a href="{{url_for('static',filename='/doc/template.ods')}}"> <img src="{{url_for('static',filename='/img/spreadsheet.ico')}}" alt="Lien de téléchargement du Template" class="img-thumbnail img-fluid col-2"> </a> </div> -- GitLab