KirstieJane/STEMMRoleModels

Don't show empty testimonials

Opened this issue · 3 comments

At the moment if a testimonial is missing it's shown in faint grey as "Not filled in"

It would be great to change the javascript code in js/app.js (and maybe the html code in site/search_database.html) to just not show fields that aren't filled in.

taking a look at this soon as well.

Yeaaaaah @geminiimatt - thank you! 😀

Under the current setup, it might be possible to do this just in css: since you seem to be adding a class of "not-specified", having
.not-specified { display: none; }
should hide all the empty fields