[videoss] Finally add IMDB logo
This commit is contained in:
BIN
vrobbler/apps/scrobbles/static/images/imdb_logo.png
Normal file
BIN
vrobbler/apps/scrobbles/static/images/imdb_logo.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 13 KiB |
@ -66,7 +66,7 @@ dd {
|
||||
{% if object.plot%}<p>{{object.plot|safe|linebreaks|truncatewords:160}}</p>{% endif %}
|
||||
<hr />
|
||||
<p style="float:right;">
|
||||
<a href="{{object.imdb_link}}"><img src="{% static " images/imdb-logo.png" %}" width=35></a>
|
||||
<a href="{{object.imdb_link}}"><img src="{% static " images/imdb_logo.png" %}" width=35></a>
|
||||
</p>
|
||||
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user