Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Remove unused form processing junk #2226

Merged
merged 1 commit into from
Apr 26, 2024
Merged

Remove unused form processing junk #2226

merged 1 commit into from
Apr 26, 2024

Commits on Apr 24, 2024

  1. edit_certification: remove unused form processing logic.

    The page at /settings/certification/ does not contain any forms.  As
    far as I can tell, there are no forms on the site that post to
    /settings/certification/.  (The place where people actually submit
    training applications is /settings/training/, which posts to
    /settings/training/.)
    
    The POST-handling code here was apparently copied and pasted from
    edit_training and has no purpose.
    Benjamin Moody committed Apr 24, 2024
    Configuration menu
    Copy the full SHA
    bfe1ebf View commit details
    Browse the repository at this point in the history