2 Commits e92c07c0b0 ... 2b170ca5d4

Author SHA1 Message Date
  guilmour ross 2b170ca5d4 Merge branch 'master' of https://notabug.org/libreflix/libreflix 5 years ago
  guilmour ross e97529d7c9 Correct 404 error to show last movies 5 years ago
1 changed files with 1 additions and 1 deletions
  1. 1 1
      views/error/404.html

+ 1 - 1
views/error/404.html

@@ -14,7 +14,7 @@
 			{% for watch in watches %}
 				<li class="col-md-3 thumb-404">
 					<a role="button" data-toggle="modal" style="border-bottom: 0px solid;" data-toggle="modal" data-target="#assistir{{ loop.index }}">
-						<img src="{% if w.thumb480 %}{{ w.thumb480 }}?resize=480,270&crop=entropy {% elseif w.imgbg %} {{ w.imgbg }}?resize=480,270&crop=entropy{% endif %}" title="{{ watch.title }}{% if watch.subtitle %} - {{ watch.subtitle }}{% endif %} ({{ watch.year }})" class="fadeCatalogo" onload="this.style.opacity='1'"/>
+						<img src="{% if watch.thumb480 %}{{ watch.thumb480 }}?resize=480,270&crop=entropy {% elseif watch.imgbg %} {{ watch.imgbg }}?resize=480,270&crop=entropy{% endif %}" title="{{ watch.title }}{% if watch.subtitle %} - {{ watch.subtitle }}{% endif %} ({{ watch.year }})" class="fadeCatalogo" onload="this.style.opacity='1'"/>
 					</a>
 				</li>
 				<div class="modal" id="assistir{{ loop.index }}" tabindex="-1" role="dialog" aria-labelledby="myModalLabel{{ loop.index }}">