Skip to content
Snippets Groups Projects
Commit 7fb31da9 authored by Sarra Ouelhadj's avatar Sarra Ouelhadj
Browse files

move template + notice to static/doc folder

parent ff5f16f7
No related branches found
No related tags found
1 merge request!3move template + notice to static/doc folder
File moved
......@@ -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='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('getDocumentLink',document_link='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>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment