mirror of
				https://github.com/aykhans/series-robot-web.git
				synced 2025-10-31 14:39:59 +00:00 
			
		
		
		
	Added crontab to celery schedule
This commit is contained in:
		| @@ -6,6 +6,7 @@ | ||||
| {% block content %} | ||||
|  | ||||
| {% include 'components/message.html' %} | ||||
| <link rel="stylesheet" href="{% static 'css/homepage.css' %}"> | ||||
|  | ||||
| <table class="table" style="margin-bottom: 1.5rem;"> | ||||
|     <thead> | ||||
| @@ -24,10 +25,10 @@ | ||||
|                     </a> | ||||
|                     <br> | ||||
|                     <a class="btn mr-1 update-btn" style="padding: 0;" href="{% url 'update-series' s.slug %}"> | ||||
|                         <img src="{% static 'icons/edit.png' %}" width="21px" height="21px"> | ||||
|                         <img class="edit-icon" src="{% static 'icons/edit.png' %}" width="21px" height="21px"> | ||||
|                     </a> | ||||
|                     <a class="btn delete-btn" href="{% url 'delete-series' s.slug %}"> | ||||
|                         <img src="{% static 'icons/trash.png' %}" width="24px" height="24px"> | ||||
|                         <img class="trash-icon" src="{% static 'icons/trash.png' %}" width="24px" height="24px"> | ||||
|                     </a> | ||||
|                 </th> | ||||
|                 <td> | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 ayxan
					ayxan