Skip to content

Commit 430d824

Browse files
TD-5581 Issue showing multiple comments on 'Frameworks' - 'Comments' section when clicked browser back link
1 parent 79ab922 commit 430d824

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DigitalLearningSolutions.Web/Views/Frameworks/Shared/_CommentCard.cshtml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,13 +71,13 @@
7171
else
7272
{
7373
<hr />
74-
<form method="post" autocomplete="off">
74+
<form method="post" >
7575
<div class="nhsuk-form-group">
7676
<label class="nhsuk-label" for="new-comment">
7777
Post a reply
7878
</label>
7979
<input type="hidden" value="@Model.Comments" name="parentComment" />
80-
<textarea class="nhsuk-textarea" id="new-comment" name="Comment" rows="3"></textarea>
80+
<textarea class="nhsuk-textarea" id="new-comment" name="Comment" autocomplete="off" rows="3"></textarea>
8181
</div>
8282
<button class="nhsuk-button" type="submit">
8383
Post

0 commit comments

Comments
 (0)