diff --git a/Dockerfile b/Dockerfile index 2172c54..9607513 100644 --- a/Dockerfile +++ b/Dockerfile @@ -6,7 +6,7 @@ RUN npm install && \ FROM python:3.10.9-alpine -ENV VERSION_NUMBER 0.1.2-7-g24f4459 +ENV VERSION_NUMBER 0.1.2-8-gb77089f ENV PROD 1 RUN apk add \ diff --git a/src/web/tracker/templates/list_sessions.html b/src/web/tracker/templates/list_sessions.html index 6e74a67..3e32aad 100644 --- a/src/web/tracker/templates/list_sessions.html +++ b/src/web/tracker/templates/list_sessions.html @@ -5,7 +5,7 @@ {% block content %} {% if purchase %}
-

Listing sessions only for purchaseee "{{ purchase }}" (total playtime: {{ total_duration }})

+

Listing sessions only for purchase "{{ purchase }}" (total playtime: {{ total_duration }})

View all sessions
{% endif %}