DH-IT-Portal-Development / ethics

Ethical Committee web application in Django
http://fetc.hum.uu.nl
MIT License
2 stars 1 forks source link

Change logic for DMPFileSection in pdf_diff_logic #690

Closed EdoStorm96 closed 1 month ago

EdoStorm96 commented 2 months ago

Currently the logic is:

if model.dmp_file:
    sections.append(DMPFileSection(model))

But this section should still appear if there is no DMP file. It should still show the checkbox.