Changeset d52ba50 in OpenWorkouts-current


Ignore:
Timestamp:
Feb 4, 2019, 1:29:15 PM (5 years ago)
Author:
Segundo Fdez <segun.2@…>
Branches:
current, feature/docs, master
Children:
5f05e83, ffd6bb5
Parents:
6993c72
Message:

fix links anchors on profile

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/views/user.py

    r6993c72 rd52ba50  
    289289            'url': request.resource_url(
    290290                context, 'profile',
    291                 query={'year': str(month[0]), 'month': str(month[1])},
    292                 anchor='workouts')
     291                query={'year': str(month[0]), 'month': str(month[1])})
    293292        }
    294293        json_stats.append(month_stats)
Note: See TracChangeset for help on using the changeset viewer.