db5f3d51d9
All four CTA anchor elements on pricing.html were hardcoded to /login. They now use /signup when allow_signup is True (MULTI_USER_ENABLED and ALLOW_LOCAL_SIGNUP both true), falling back to /login when signup is disabled. Bottom CTA button text also updates accordingly. Co-authored-by: christianlouis <361235+christianlouis@users.noreply.github.com>