Skip to content

Commit

Permalink
FIX no statics dans le cas de taxhub intégré à GN2 (#563)
Browse files Browse the repository at this point in the history
* FIX no statics dans le cas de taxhub intégré à GN2

---------

Co-authored-by: jacquesfize <[email protected]>
  • Loading branch information
amandine-sahl and jacquesfize authored Oct 4, 2024
1 parent d3aeea8 commit 8317249
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
File renamed without changes
6 changes: 3 additions & 3 deletions apptax/admin/templates/admin/details_taxref.html
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@
<div class="row">
<h5 class="col-11 card-title"> {{model.nom_complet}} {% if model.nom_vern %} - {{model.nom_vern}} {% endif %} </h5>
<h5 class="card-title col-1">
<a href="https://inpn.mnhn.fr/espece/cd_nom/{{model.cd_nom }}">
<img width="100" src="{{url_for("static", filename="logo_inpn.png")}}" alt="">
</a>
<a href="https://inpn.mnhn.fr/espece/cd_nom/{{model.cd_nom }}">
<img width="100" src="{{url_for('.static', filename='logo_inpn.png' )}}" alt="">
</a>
</h5>
</div>
<div class="card-subtitle mb-2 text-muted" id="taxonomie-hierarchy">
Expand Down

0 comments on commit 8317249

Please sign in to comment.