CentreForDigitalHumanities / procreg

Data processing registration Django app
0 stars 0 forks source link

Feature/question renderables #50

Closed miggol closed 1 year ago

miggol commented 1 year ago

This took a lot longer than expected, but I'm satisfied with the result.

An FAQList object references a number of FAQs, and contains a general help text. These are both editable in the admin interface by non-technical users, using TinyMCE for the formatted help text.

In procreg, a question creates a RenderableFAQList (which wraps an FAQList) to hold its FAQs and help text. These are easily included in the template.