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 @@

Stats by season

- + @@ -28,11 +45,19 @@

Stats by season

{% for season in by_season %} - + - + @@ -50,13 +75,28 @@

Stats by season

-
{{ stats.RACE }} races
-
{{ stats.POLE }} poles
-
{{ stats.WIN }} wins
+
{{ stats.RACE }} races +
+
{{ stats.POLE }} poles +
+
{{ stats.WIN }} wins +
-
{{ stats.PODIUM }} podiums
-
{{ stats.FASTEST }} fastest laps
-
{{ stats.POINTS }} points
+
{{ stats.PODIUM }} + podiums +
+
{{ stats.FASTEST }} + fastest laps +
+
{{ stats.POINTS }} + points +
@@ -72,4 +112,35 @@

Stats by season

{{ block.super }} +{% endblock %} + +{% block bootstrap3_extra_script %} + {{ block.super }} + {% endblock %} \ No newline at end of file
Competition + {% if by_competition|length > 1 %} + + {% endif %} + Year Races P1
{{ season.competition }} {{ season.year }} + {{ season.year }} + {{ season.stats.RACE }} {{ season.stats.POLE }} {{ season.stats.WIN }}