Commit 6b64f04b93d78d1657d1365af45a742c2a90d898
1 parent
73969713
Exists in
master
and in
5 other branches
Link image included [Issue:#182]
Showing
1 changed file
with
1 additions
and
1 deletions
Show diff stats
links/templates/links/view_link.html
@@ -10,7 +10,7 @@ | @@ -10,7 +10,7 @@ | ||
10 | <div class="modal-body"> | 10 | <div class="modal-body"> |
11 | <!-- Card --> | 11 | <!-- Card --> |
12 | <article class="card animated fadeInLeft"> | 12 | <article class="card animated fadeInLeft"> |
13 | - <img class="card-img-top img-responsive" src="https://www.python.org/static/opengraph-icon-200x200.png" align="left"> | 13 | + <img class="card-img-top img-responsive" src="{{ link.image.url}}" width="200" height="200" align="left"> |
14 | <div class="card-block"> | 14 | <div class="card-block"> |
15 | <b class="card-title">{{link.name}}</b><p></p> | 15 | <b class="card-title">{{link.name}}</b><p></p> |
16 | <p class="card-text"> </p><p>{{link.link_description}}</p> | 16 | <p class="card-text"> </p><p>{{link.link_description}}</p> |