• Went to Dark Harbor, the Queen Mary Halloween event in Long Beach.
    • Supercontest.
      • Configured the sbsc gmail account to be more consistent with my main account.
      • flask-user.
        • Fixed all the BS. Working now with all the new templates. I still have the full flask-user suite copied over and customized. Here is a near-complete list of the changes:
          • Layout includes banner and navbar.
          • Extends main_view block, which has container-fluid and p-3, then the contents are a card-header with the title and a card-body with the form, consistent with the rest of my stuff.
          • The settings are locked. enable_remember_me, enable_username, retype_new_password, etc. All the conditionals are gone in the templates.
      • Added proper template bases for banner_main_navbar, banner_contest_navbar, banner_contest_week_navbar.
    • Laundry.
    • The tabindex attribute on the element is (surprise) the order through which they’ll be selected as the user hits the tab key (like filling out fields on a form, etc).