Skip to content

Commit

Permalink
#4086 swaps ShareReviewsForm widgets over to TinyMCE.
Browse files Browse the repository at this point in the history
  • Loading branch information
ajrbyers committed Apr 30, 2024
1 parent 666aee7 commit bbae7a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/review/forms.py
Original file line number Diff line number Diff line change
Expand Up @@ -448,7 +448,7 @@ def __init__(self, *args, **kwargs):

for review in reviews:
self.fields[f'{ review.pk }'] = forms.CharField(
widget=SummernoteWidget,
widget=TinyMCE,
label=f'Email for {review.reviewer.full_name()}',
initial=review.email_content,
)

0 comments on commit bbae7a1

Please sign in to comment.