Skip to content

Commit

Permalink
Remove cover image from book
Browse files Browse the repository at this point in the history
  • Loading branch information
brylie committed Oct 7, 2024
1 parent 90ad058 commit a9df00e
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions contact/templates/contact/contact.html
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% extends 'base.html' %}

{% load wagtailcore_tags wagtailimages_tags %}
{% load wagtailcore_tags %}

{% block content %}
<h1>{{ page.title }}</h1>
Expand Down Expand Up @@ -145,8 +145,6 @@ <h2>Books</h2>
<a href="{% pageurl book %}" class="card-title lead">{{ book }}</a>
</div>

{% image book.image max - 150 x150 class='float-left me-2' %}

{% if book.authors.count %}
<ul class="list-inline mb-1">
<li class="list-inline-item">Authored by:</li>
Expand Down Expand Up @@ -196,3 +194,4 @@ <h2>Memorials</h2>
{{ page.specific.get_json_ld|safe }}
</script>
{% endblock %}

0 comments on commit a9df00e

Please sign in to comment.