-Subproject commit 2a2d17a7156c427e128e5308a33f599147e9ee76
+Subproject commit eed7ff4acca144b1f60c7f6eff4795b49ad09301
{% endfor %}
</span></span>
+ {% if book.extra_info.location %}
+ <span class="category">
+ <span class="mono"> {% trans "Region" %}:</span> <span class="book-box-tag">
+ {{ book.extra_info.location }}
+ </span></span>
+ {% endif %}
+
{% if book.is_foreign %}
<span class="category">
<span class="mono"> {% trans "Language" %}:</span> <span class="book-box-tag">
@include size(margin-bottom, 6px);
@include min-screen($S_BOOK_SHORT_FULL) {
- display: inline;
+ display: inline-block;
+ @include size(margin-top, 0px);
+ @include size(margin-bottom, 0px);
+ @include size(margin-right, 9px);
}
.mono {