diff --git a/README.template.md b/README.template.md index e7f29f8..3065a6a 100644 --- a/README.template.md +++ b/README.template.md @@ -17,5 +17,5 @@ If your application is not approved yet, correct your team row, click on the twe SUPPORT YOUR FAVORITE TEAM BY CLICKING THE TWEET LINK! GOOD LUCK TO ALL TEAMS! LET'S HAVE SOME FUN :) -| #TeamNameTeam | Team Lead | Team Members | Team Page | Approved? | -|---------------|-----------|--------------|-----------|-----------| +| #TeamNameTeam | Team Lead | Team Members | Team Page | +|---------------|-----------|--------------|-----------| diff --git a/gulpfile.coffee b/gulpfile.coffee index edb1ba2..d3f0088 100644 --- a/gulpfile.coffee +++ b/gulpfile.coffee @@ -86,10 +86,6 @@ format_json = (data, filepath) -> else teamName = teamPathName output += " [#{teamName}](./Teams/#{teamPathName}/ABOUT.md) |" - # Fifth column, Approved - # Faking for now - output += " |\n" - # Return the final output output