Skip to content

Commit

Permalink
Cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
fritzbrand committed Sep 4, 2024
1 parent 4564f8f commit 9302df7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions home/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -1656,8 +1656,7 @@ def save_revision(
revision.content["submission_name"] = self.template_name
revision.content["submission_status"] = self.SubmissionStatus.SUBMITTED
revision.content["submission_result"] = (
# f"Success! Template ID = {response_json['id']}"
"Success! Template ID = some_id"
f"Success! Template ID = {response_json['id']}"
)
except TemplateSubmissionException as e:
# The submission failed
Expand Down

0 comments on commit 9302df7

Please sign in to comment.