Skip to content
This repository has been archived by the owner on Feb 8, 2018. It is now read-only.

Commit

Permalink
Merge pull request #3720 from gratipay/remove-noop
Browse files Browse the repository at this point in the history
remove noop
  • Loading branch information
chadwhitacre committed Aug 28, 2015
2 parents 61045a8 + c5fcbe6 commit 3a0d37b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion www/teams/create.json.spt
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,6 @@ if request.method == 'POST':
fields[field] = value

for field in ('homepage', 'onboarding_url', 'todo_url'):
fields[field] = fields[field]
if not any(map(fields[field].lower().startswith, ('http://', 'https://'))):
raise Response(400, _( "Please enter an http[s]:// URL for the '{}' field."
, field_names[field]
Expand Down

0 comments on commit 3a0d37b

Please sign in to comment.