playlist_updates.html 598 B

123456789101112131415
  1. {% load humanize %}
  2. {% load static %}
  3. <br>
  4. <div class="alert alert-success alert-dismissible fade show" role="alert">
  5. <h4 class="alert-heading">Updates</h4>
  6. <p>{{ playlist_changed_text|linebreaksbr }}</p>
  7. <hr>
  8. <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>
  9. </div>
  10. <div class="d-flex justify-content-center">
  11. <a class="btn btn-primary" href="{% url 'playlist' playlist_id %}">Back</a>
  12. </div>
  13. <meta http-equiv="refresh" content="100" />