Changeset 5bdfbfb in OpenWorkouts-current for ow/views/user.py


Ignore:
Timestamp:
Jan 25, 2019, 12:42:33 AM (5 years ago)
Author:
borja <borja@…>
Branches:
current, feature/docs, master
Children:
26220ba, 7783f97
Parents:
421f05f
Message:

(#7) Show year/month/weekly stats in the dashboard for the user,

including a bar chart for activity during the current week

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/views/user.py

    r421f05f r5bdfbfb  
    146146
    147147    return {
     148        'current_year': datetime.now().year,
     149        'current_day_name': datetime.now().strftime('%a'),
    148150        'month_name': month_name,
    149151        'viewing_year': viewing_year,
Note: See TracChangeset for help on using the changeset viewer.