Person options endpoint

master
Bob Mottram 2019-08-24 22:18:19 +01:00
parent 732b504c51
commit eefacc4171
1 changed files with 1 additions and 1 deletions

View File

@ -1624,7 +1624,7 @@ def htmlPersonOptions(baseDir: str,originPathStr: str,optionsActor: str,optionsP
optionsStr+=' <img src="'+optionsProfileUrl+'"/></a>'
optionsStr+=' <p class="optionsText">Options for '+getNicknameFromActor(optionsActor)+'@'+optionsDomain+'</p>'
optionsStr+= \
' <form method="POST" action="'+originPathStr+'/optionsconfirm">' \
' <form method="POST" action="'+originPathStr+'/personoptions">' \
' <input type="hidden" name="actor" value="'+optionsActor+'">' \
' <button type="submit" class="button" name="submitView">View</button>' \
' <button type="submit" class="button" name="submitFollow">Follow</button>' \