Skip to content

Commit

Permalink
Update fragments.html
Browse files Browse the repository at this point in the history
  • Loading branch information
Nonononoki committed May 3, 2023
1 parent 91e70cc commit e388ab5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/templates/fragments.html
Original file line number Diff line number Diff line change
Expand Up @@ -816,7 +816,7 @@
<img th:src="${user.profilePicture}" id="verification-profile-pic">
<div id="verification-text" th:text="${user.verificationPicture.text}"></div>
</div>
<img th:src="${user.verificationPicture.data}}" id="verification-picture">
<img th:src="${user.verificationPicture.data}" id="verification-picture">
<div th:replace="fragments.html::captcha" id="verification-captcha"></div>
<div>Do the pictures match?</div>
<div id="verification-switches">
Expand Down

0 comments on commit e388ab5

Please sign in to comment.