diff --git a/README.md b/README.md index ac911a9..24bfccc 100644 --- a/README.md +++ b/README.md @@ -158,9 +158,9 @@ Todo ==== - [x] Add records by season (driver, team) -- [ ] Add records by driver/team career +- [x] Add records by driver/team career - [x] Add records by competition -- [ ] Add drivers profile with records, last\_wins, teams... +- [x] Add drivers profile with records, last\_wins, teams... - [x] Add easy clone to Season - [x] Translate - [ ] 1980's punctuation. Only 11 best results. diff --git a/README.rst b/README.rst index d8c8911..d6c2473 100644 --- a/README.rst +++ b/README.rst @@ -149,9 +149,9 @@ Todo ==== - [x] Add records by season (driver, team) -- [ ] Add records by driver/team career +- [x] Add records by driver/team career - [x] Add records by competition -- [ ] Add drivers profile with records, last\_wins, teams... +- [x] Add drivers profile with records, last\_wins, teams... - [x] Add easy clone to Season - [x] Translate - [ ] 1980's punctuation. Only 11 best results. diff --git a/driver27/templates/driver27/team/team-profile.html b/driver27/templates/driver27/team/team-profile.html index 8965f01..b7dcfea 100644 --- a/driver27/templates/driver27/team/team-profile.html +++ b/driver27/templates/driver27/team/team-profile.html @@ -16,7 +16,24 @@
Competition | ++ {% if by_competition|length > 1 %} + + {% endif %} + | Year | Races | P1 | @@ -28,11 +45,19 @@|
---|---|---|---|---|---|
{{ season.competition }} | -{{ season.year }} | ++ {{ season.year }} + | {{ season.stats.RACE }} | {{ season.stats.POLE }} | {{ season.stats.WIN }} | @@ -50,13 +75,28 @@