diff options
author | Matthew Lemon <y@yulqen.org> | 2024-09-13 12:46:32 +0100 |
---|---|---|
committer | Matthew Lemon <y@yulqen.org> | 2024-09-13 12:46:32 +0100 |
commit | d88d1aee7306598ab9852448b4e258d87882f8f6 (patch) | |
tree | 6606d5155ce3ebef8a7b6c482bed914165a89ce8 | |
parent | 7101ebc1cfc2a356a785acc8d5e3c7c3994f3cdd (diff) |
Remove missing container image
-rw-r--r-- | pyblackbird_cc/templates/pages/home.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/pyblackbird_cc/templates/pages/home.html b/pyblackbird_cc/templates/pages/home.html index 1b557f4..d286d32 100644 --- a/pyblackbird_cc/templates/pages/home.html +++ b/pyblackbird_cc/templates/pages/home.html @@ -97,7 +97,8 @@ <div class="col-lg-6 mx-auto"> <h2 class="display-5 fw-bold text-center mb-4">Sample Resources</h2> <div class="ratio ratio-16x9 mb-4"> - <img src="{% static 'images/placeholder-image.jpg' %}" class="img-fluid rounded" + <!--<img src="{% static 'images/placeholder-image.jpg' %}" class="img-fluid rounded"--> + <img src="#" class="img-fluid rounded" alt="Sample Resource"> </div> <p class="lead text-center">This is a sample of the high-quality educational resources you can |