geo-activity-playground 0.36.1__py3-none-any.whl → 0.36.2__py3-none-any.whl

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -78,7 +78,11 @@
78
78
  {% for index, activity in activities %}
79
79
  <tr>
80
80
  <td><a href="{{ url_for('activity.show', id=activity['id']) }}">{{ activity['name'] }}</a></td>
81
- <td>{{ activity['start']|dt }}</td>
81
+ <td>
82
+ {% if activity['start'] is defined %}
83
+ {{ activity['start']|dt }}
84
+ {% endif %}
85
+ </td>
82
86
  <td>{{ activity['kind'] }}</td>
83
87
  <td>{{ '%.1f' % activity["distance_km"] }} km</td>
84
88
  <td>{{ activity.elapsed_time|td }}</td>
@@ -1,6 +1,6 @@
1
1
  Metadata-Version: 2.1
2
2
  Name: geo-activity-playground
3
- Version: 0.36.1
3
+ Version: 0.36.2
4
4
  Summary: Analysis of geo data activities like rides, runs or hikes.
5
5
  License: MIT
6
6
  Author: Martin Ueding
@@ -111,15 +111,15 @@ geo_activity_playground/webui/templates/auth/index.html.j2,sha256=ILQ5HvTEYc3Ort
111
111
  geo_activity_playground/webui/templates/eddington/index.html.j2,sha256=XHKeUymQMS5x00PLOVlg-nSRCz_jHB2pvD8QunULWJ4,1839
112
112
  geo_activity_playground/webui/templates/home.html.j2,sha256=IdCqI_LLcYrpUjjCO-tbXR4s05XYrPOateiJ4idF3bo,2202
113
113
  geo_activity_playground/webui/templates/page.html.j2,sha256=CHRvO2HGHjBnMNffX7a-C-pm2544wErKOcW66lghKos,10785
114
- geo_activity_playground/webui/templates/search/index.html.j2,sha256=d39uhteoY6JOZePqhLIYLERqkckW3oghMnTUZa7X1J8,3798
114
+ geo_activity_playground/webui/templates/search/index.html.j2,sha256=f8Bv5Ph3e2ovrjzzKSRsoYe8RAiI0U5UtOUa-tqv7oc,3942
115
115
  geo_activity_playground/webui/templates/square_planner/index.html.j2,sha256=xFbYBQtkOl3U4WGkvIuU_5uazGHn8ObvQfNgPGq0Gqg,6469
116
116
  geo_activity_playground/webui/templates/summary/index.html.j2,sha256=ctOx3Qjx6nRDpUtFf1DlJhK_gtU77Vwx_S6euLz9-W4,5183
117
117
  geo_activity_playground/webui/templates/upload/index.html.j2,sha256=I1Ix8tDS3YBdi-HdaNfjkzYXVVCjfUTe5PFTnap1ydc,775
118
118
  geo_activity_playground/webui/templates/upload/reload.html.j2,sha256=YZWX5eDeNyqKJdQAywDBcU8DZBm22rRBbZqFjrFrCvQ,556
119
119
  geo_activity_playground/webui/tile_blueprint.py,sha256=QU8YRjhMf-lhPJGqrCjV49QBX0ATgTny96GYhqJwwyI,1755
120
120
  geo_activity_playground/webui/upload_blueprint.py,sha256=Ha3H5Dsl6YS6YYmFouXamU8viEpLIj1YIE9XJVCiakY,4368
121
- geo_activity_playground-0.36.1.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
122
- geo_activity_playground-0.36.1.dist-info/METADATA,sha256=FPKNfpP12TAxEuUWa2UBvlP7JWpBc7gculCSzOnPyP8,1573
123
- geo_activity_playground-0.36.1.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
124
- geo_activity_playground-0.36.1.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
125
- geo_activity_playground-0.36.1.dist-info/RECORD,,
121
+ geo_activity_playground-0.36.2.dist-info/LICENSE,sha256=4RpAwKO8bPkfXH2lnpeUW0eLkNWglyG4lbrLDU_MOwY,1070
122
+ geo_activity_playground-0.36.2.dist-info/METADATA,sha256=aY1oBQQwX1TnqyZ9VcCSseQsuyMUDGWhsQ6AlP9UtAw,1573
123
+ geo_activity_playground-0.36.2.dist-info/WHEEL,sha256=sP946D7jFCHeNz5Iq4fL4Lu-PrWrFsgfLXbbkciIZwg,88
124
+ geo_activity_playground-0.36.2.dist-info/entry_points.txt,sha256=pbNlLI6IIZIp7nPYCfAtiSiz2oxJSCl7DODD6SPkLKk,81
125
+ geo_activity_playground-0.36.2.dist-info/RECORD,,