mirror of
				https://github.com/aykhans/series-robot-web.git
				synced 2025-10-31 06:29:58 +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"> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ayxan
					ayxan