1
0
Fork 0

Revert part of "Hyphenate ISBN numbers and add copy button" related to hyphenation

This partially reverts commit d2c4785af1.
This commit is contained in:
axiomizer 2023-07-22 13:57:51 -04:00
parent d2c4785af1
commit 1bda8a5d9d
6 changed files with 4 additions and 7981 deletions

View file

@ -6,7 +6,7 @@
{% if book.isbn_13 %}
<div class="is-flex is-flex-wrap-wrap">
<dt class="mr-1">{% trans "ISBN:" %}</dt>
<dd itemprop="isbn" class="mr-1" id="isbn_content">{{ hyphenated_isbn13 }}</dd>
<dd itemprop="isbn" class="mr-1" id="isbn_content">{{ book.isbn_13 }}</dd>
<div>
<button class="button is-small" data-copywithtooltip data-content-id="isbn_content" data-tooltip-id="isbn_tooltip">
<span class="icon icon-copy" title="{% trans "Copy ISBN" %}"></span>