Change position of mutual icon

main
Bob Mottram 2025-11-25 10:54:03 +00:00
parent 256e7a1d85
commit b42b72d3e7
1 changed files with 2 additions and 2 deletions

View File

@ -3484,7 +3484,7 @@ def html_individual_post(recent_posts_cache: {}, max_recent_posts: int,
mutual_prefix = translate['Mutual'] + ' '
post_str += \
'<p>' + mutual_prefix + by_text + ' '
'<p>' + by_text + ' '
post_str += \
'<form method="POST" accept-charset="UTF-8" action="' + \
actor + '/searchhandle">\n' + \
@ -3495,7 +3495,7 @@ def html_individual_post(recent_posts_cache: {}, max_recent_posts: int,
'"><button type="submit" ' + \
'class="followApproveHandle" ' + \
'name="submitSearch" tabindex="10">' + \
by_str_handle + '</button></form>'
mutual_prefix + by_str_handle + '</button></form>'
post_str += by_text_extra + '\n'
follow_str = ' <form method="POST" ' + \
'accept-charset="UTF-8" action="' + actor + '/searchhandle">\n'