From 03982d70bf336d894be69dad0e4cf300d7fdd634 Mon Sep 17 00:00:00 2001 From: Tor-Einar Skog <tor-einar.skog@nibio.no> Date: Thu, 6 Jun 2024 11:12:57 +0200 Subject: [PATCH] Add applefruitmoth photo credits [VIPSUTV-638] --- applefruitmoth/templates/applefruitmoth/index.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/applefruitmoth/templates/applefruitmoth/index.html b/applefruitmoth/templates/applefruitmoth/index.html index d3366eba..6f930f78 100755 --- a/applefruitmoth/templates/applefruitmoth/index.html +++ b/applefruitmoth/templates/applefruitmoth/index.html @@ -104,8 +104,9 @@ <div class="col-md-2"></div> <div class="col-md-9"> <br> - <div class="form-group" id="textInfo" ></div> - <img id="image" src = "{% static 'applefruitmoth/applefruitmoth.png' %}" style="width:100%; height:auto;""> + <div id="textInfo" style="padding-left: 10px;"></div> + <img id="image" src="{% static 'applefruitmoth/applefruitmoth.png' %}" style="width:100%; height:auto;"> + <p style="padding-left: 10px;padding-top: 5px;font-style: italic;">Foto: Sverre Kobro og E. Fløistad, NIBIO</p> </div> <div class="col-md-1"></div> </div> -- GitLab