• 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
..
admin.html Loading commit data...
admin_logs.html Loading commit data...
admin_migrations.html Loading commit data...
admin_users.html Loading commit data...
dashboard.html Loading commit data...
fixture_detail.html Loading commit data...
index.html Loading commit data...
match_detail.html Loading commit data...
matches.html Loading commit data...
statistics.html Loading commit data...
uploads.html Loading commit data...
user_tokens.html Loading commit data...