• Stefy Lanza (nextime / spora )'s avatar
    Fix template issues for JWT token management system · f4ca50d6
    Stefy Lanza (nextime / spora ) authored
    - Create missing base.html template that user_tokens.html extends
    - Add 'API Tokens' navigation link to all templates that were missing it:
      - app/templates/main/matches.html
      - app/templates/main/uploads.html
      - app/templates/upload/fixture.html
      - app/templates/upload/zip.html
    - Ensure consistent navigation across all authenticated pages
    - Fix PyInstaller packaging by including base.html template
    
    This resolves the template inheritance error and ensures the API Tokens
    link is accessible from all pages in the application.
    f4ca50d6
Name
Last commit
Last update
app Loading commit data...
database Loading commit data...
distribution Loading commit data...
hooks Loading commit data...
.env.example Loading commit data...
.gitignore Loading commit data...
BUILD.md Loading commit data...
GLIBC_COMPATIBILITY.md Loading commit data...
README.md Loading commit data...
build.py Loading commit data...
config.py Loading commit data...
fixture_daemon.py Loading commit data...
install.sh Loading commit data...
prompt.txt Loading commit data...
requirements-build.txt Loading commit data...
requirements.txt Loading commit data...
test_upload.py Loading commit data...