Skip to content

Commit

Permalink
Merge branch 'master' of github.com:cedricbonhomme/Freshermeat
Browse files Browse the repository at this point in the history
  • Loading branch information
cedricbonhomme committed Feb 15, 2018
2 parents cbefe41 + e59b933 commit cade982
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/web/views/project.py
Original file line number Diff line number Diff line change
Expand Up @@ -236,7 +236,7 @@ def process_form(project_id=None):
for language_id in form.languages.data:
language = Language.query.filter(Language.id == language_id).first()
new_languages.append(language)
project.languages = new_languages
new_project.languages = new_languages
del form.languages

# Logo
Expand Down

0 comments on commit cade982

Please sign in to comment.