Skip to content

Commit

Permalink
done user story #39 & #40
Browse files Browse the repository at this point in the history
  • Loading branch information
marinasamy committed May 1, 2015
1 parent 6b03feb commit dcac0a2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion workout_tracker/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -486,7 +486,7 @@ def add_goal(request):
return render_to_response('add_goal.html', {'goal_form': goal_form}, context)

#Done by Marina #40
def add_goal(request, client_id):
def add_goal_trainer(request, client_id):
# Like before, get the request's context.
context = RequestContext(request)

Expand Down

0 comments on commit dcac0a2

Please sign in to comment.