playlist_updates.html 723 B

12345678910111213141516
  1. {% load humanize %}
  2. {% load static %}
  3. <div class="alert alert-success alert-dismissible fade show" role="alert">
  4. <h4 class="alert-heading">Successfully refreshed playlist!</h4>
  5. <p>{{ playlist_changed_text|linebreaksbr }}</p>
  6. <hr>
  7. <p class="mb-0">Tip: Sort By Updates to see what changed in this playlist. Deleted videos will not show up there. Updates can be seen for 12 hrs.</p>
  8. <button type="button" class="btn-close" data-bs-dismiss="alert" aria-label="Close"></button>
  9. <div class="d-flex justify-content-center">
  10. <a class="btn btn-primary mt-2" href="{% url 'playlist' playlist_id %}">OK</a>
  11. </div>
  12. </div>
  13. <meta http-equiv="refresh" content="100" />