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 process_field(field, fm):
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