This PR adds a button to the "Title Page" and "Title Page (Abridged)" components which sets the current value of the Date fields to today's date. It uses a custom widget template which adds a javascript-driven hyperlink to the existing template, then subclasses the SelectDateWidget class to use the modified template.
This PR adds a button to the "Title Page" and "Title Page (Abridged)" components which sets the current value of the Date fields to today's date. It uses a custom widget template which adds a javascript-driven hyperlink to the existing template, then subclasses the
SelectDateWidget
class to use the modified template.