master
Bob Mottram 2019-08-02 13:12:12 +01:00
parent 08233c0dff
commit 0a643b67e8
1 changed files with 1 additions and 1 deletions

View File

@ -105,7 +105,7 @@ def htmlEditProfile(baseDir: str,path: str,domain: str,port: int) -> str:
' <br><b>Blocked accounts</b>' \ ' <br><b>Blocked accounts</b>' \
' <br>Blocked accounts, one per line, in the form <i>nickname@domain</i> or <i>*@blockeddomain</i>' \ ' <br>Blocked accounts, one per line, in the form <i>nickname@domain</i> or <i>*@blockeddomain</i>' \
' <textarea id="message" name="blocked" placeholder="" style="height:200px">'+blockedStr+'</textarea>' \ ' <textarea id="message" name="blocked" placeholder="" style="height:200px">'+blockedStr+'</textarea>' \
' <br><b>Allowed instances</b>' \ ' <br><b>Federation list</b>' \
' <br>Federate only with a defined set of instances. One domain name per line.' \ ' <br>Federate only with a defined set of instances. One domain name per line.' \
' <textarea id="message" name="allowedInstances" placeholder="" style="height:200px">'+allowedInstancesStr+'</textarea>' \ ' <textarea id="message" name="allowedInstances" placeholder="" style="height:200px">'+allowedInstancesStr+'</textarea>' \
' </div>' \ ' </div>' \