mirror of
				https://github.com/aykhans/series-robot-web.git
				synced 2025-10-31 14:39:59 +00:00 
			
		
		
		
	added last_season url
This commit is contained in:
		| @@ -30,7 +30,11 @@ | ||||
|                         <img src="{% static 'icons/trash.png' %}" width="24px" height="24px"> | ||||
|                     </a> | ||||
|                 </th> | ||||
|                 <td>{{s.last_season}} - {{s.last_episode}}</td> | ||||
|                 <td> | ||||
|                     <a href="https://www.imdb.com/title/{{s.imdb_id}}/episodes?season={{s.last_season}}" style="text-decoration: none;" target="_blank"> | ||||
|                         {{s.last_season}} - {{s.last_episode}} | ||||
|                     </a> | ||||
|                 </td> | ||||
|                 <td> | ||||
|                     {% if s.show %} | ||||
|                         <img src="{% static 'icons/true-check-button.png' %}" width="22px" height="22px"> | ||||
|   | ||||
| @@ -29,8 +29,16 @@ | ||||
|                         <img src="{% static 'icons/trash.png' %}" width="24px" height="24px"> | ||||
|                     </a> | ||||
|                 </th> | ||||
|                 <td>{{s.last_season}} - {{s.last_episode}}</td> | ||||
|                 <td>{{d.last_season}} - {{d.last_episode}}</td> | ||||
|                 <td> | ||||
|                     <a href="https://www.imdb.com/title/{{s.imdb_id}}/episodes?season={{s.last_season}}" style="text-decoration: none;" target="_blank"> | ||||
|                         {{s.last_season}} - {{s.last_episode}} | ||||
|                     </a> | ||||
|                 </td> | ||||
|                 <td> | ||||
|                     <a href="https://www.imdb.com/title/{{s.imdb_id}}/episodes?season={{d.last_season}}" style="text-decoration: none;" target="_blank"> | ||||
|                         {{d.last_season}} - {{d.last_episode}} | ||||
|                     </a> | ||||
|                 </td> | ||||
|                 <td>{{d.count}}</td> | ||||
|             </tr> | ||||
|         {% endfor %} | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ayxan
					ayxan