forked from indymedia/epicyon
Back to previous format
parent
919c9305bc
commit
8390f49d29
|
@ -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="'+path+'?'+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">' \
|
||||||
|
|
Loading…
Reference in New Issue