Skip to content

Commit

Permalink
Merge pull request #4302 from MJedr/fix-template
Browse files Browse the repository at this point in the history
fix rt template name
  • Loading branch information
MJedr authored Jul 18, 2023
2 parents 37e0564 + f8daafe commit 5cbaa80
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion inspirehep/modules/workflows/workflows/author.py
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@
NOTIFY_ACCEPTED = [
do_not_repeat('reply_ticket_author_submission_accepted')(
reply_ticket(
template="authors/tickets/_author.html",
template="authors/tickets/user_accepted_author.html",
context_factory=reply_ticket_context)
),
do_not_repeat('close_ticket_author_submission_accepted')(
Expand Down

0 comments on commit 5cbaa80

Please sign in to comment.