Content server: Fix heading for custom comments columns being duplicated in the book details page

This commit is contained in:
Kovid Goyal 2019-01-30 09:58:37 +05:30
parent d8ff047cb9
commit 768774a7be
No known key found for this signature in database
GPG Key ID: 06BC317B515ACE7C

View File

@ -302,8 +302,6 @@ def render_metadata(mi, table, book_id): # {{{
if hp is 'side':
add_row(name, val, is_html=True)
return
if hp is 'above':
val = E.h3(name).outerHTML + val
comments.push(v'[field, val]')
return
func = None