Changeset aa6dcaf in OpenWorkouts-current for ow/views/workout.py


Ignore:
Timestamp:
Mar 5, 2019, 11:47:51 PM (5 years ago)
Author:
Borja Lopez <borja@…>
Branches:
current
Children:
04c882d
Parents:
778d53d
Message:

Fixed some cosmetic details (empty lines, whitespaces, indentation).
Fixed a test that was breaking depending on which days you ran it.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • ow/views/workout.py

    r778d53d raa6dcaf  
    6060                workout.title += ' ' + workout.sport
    6161            workout.title += ' ' + _('workout')
    62 
    6362        context.add_workout(workout)
    6463        return HTTPFound(location=request.resource_url(workout))
Note: See TracChangeset for help on using the changeset viewer.