Commit c6ed01030c3e8dc4bbad1ea99813f5b83fd30847
1 parent
a1f12452
Exists in
master
Add the IRAP logo.
Showing
2 changed files
with
5 additions
and
1 deletions
Show diff stats
8.27 KB
flaskr/templates/base.html
... | ... | @@ -86,7 +86,11 @@ |
86 | 86 | <div class="col-lg-4 text-center"> |
87 | 87 | {{ content.footer.credits }} |
88 | 88 | </div> |
89 | - <div class="col-lg-4"></div> | |
89 | + <div class="col-lg-4 text-center"> | |
90 | + <a href="http://irap.omp.eu" class=""> | |
91 | + <img src="/static/img/irap.png" alt="IRAP"> | |
92 | + </a> | |
93 | + </div> | |
90 | 94 | </div> |
91 | 95 | </footer> |
92 | 96 | ... | ... |