Hide empty fields in the biography details section

Fixes

Fixes microtask T406909

Description

In the author.html template, this fix will hide fields that do not have any value, instead of showing the field label with an empty value.

Checklist

  • Maintain codebase practice throughout by using same if statement logic used to hide work_ethnicity
  • Use an if statement for each div element (i.e: field) under the Biography details section
  • If the value of that field is empty, it will hide the div element altogether

Screenshots

Before After
cb31f62b-4393-4a78-97aa-5e08569856f5.jpeg b5663391-0a21-4a07-be3d-9b31573fbcb3.jpeg
Edited by Miiswom

Merge request reports

Loading