mirror of
git://github.com/kovidgoyal/calibre.git
synced 2026-02-07 05:33:26 +01:00
...
This commit is contained in:
parent
f30dab5588
commit
87f0f8ceff
1 changed files with 1 additions and 2 deletions
|
|
@ -40,8 +40,7 @@
|
|||
In addition you can add code to show the values of custom columns here.
|
||||
The value is available as _column_name and the title as _column_name_label.
|
||||
For example, if you have a custom column with label #genre, you can add it to
|
||||
this template with:
|
||||
<div>{_genre_label}: {_genre}</div>
|
||||
this template with _genre_label and _genre. Note that the # is replaced by an underscore.
|
||||
-->
|
||||
|
||||
<div class="cbj_comments">{comments}</div>
|
||||
|
|
|
|||
Loading…
Reference in a new issue