main
Bob Mottram 2019-11-09 16:17:05 +00:00
parent b312819622
commit 919c9305bc
1 changed files with 1 additions and 1 deletions

View File

@ -1001,7 +1001,7 @@ def htmlNewPost(translate: {},baseDir: str, \
mentionsStr='Re: '+reportUrl+'\n\n'+mentionsStr mentionsStr='Re: '+reportUrl+'\n\n'+mentionsStr
newPostForm+= \ newPostForm+= \
'<form enctype="multipart/form-data" method="POST" action="'+pathBase+'?'+endpoint+'?page='+str(pageNumber)+'">' \ '<form enctype="multipart/form-data" method="POST" action="'+pathBase+'/'+endpoint+'?page='+str(pageNumber)+'">' \
' <div class="vertical-center">' \ ' <div class="vertical-center">' \
' <label for="nickname"><b>'+newPostText+'</b></label>' \ ' <label for="nickname"><b>'+newPostText+'</b></label>' \
' <div class="container">' \ ' <div class="container">' \