forked from indymedia/epicyon
				
			Position of following link
							parent
							
								
									a5a9f3da7c
								
							
						
					
					
						commit
						12d356a8d2
					
				|  | @ -1233,8 +1233,6 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, | ||||||
|     editProfileForm += \ |     editProfileForm += \ | ||||||
|         '      <textarea id="message" name="bio" style="height:200px">' + \ |         '      <textarea id="message" name="bio" style="height:200px">' + \ | ||||||
|         bioStr + '</textarea>' |         bioStr + '</textarea>' | ||||||
|     editProfileForm += '<a href="/users/' + nickname + \ |  | ||||||
|         '/followingaccounts">' + translate['Following'] + '</a><br>' |  | ||||||
|     editProfileForm += '<label class="labels">' + \ |     editProfileForm += '<label class="labels">' + \ | ||||||
|         translate['Donations link'] + '</label><br>' |         translate['Donations link'] + '</label><br>' | ||||||
|     editProfileForm += \ |     editProfileForm += \ | ||||||
|  | @ -1275,6 +1273,9 @@ def htmlEditProfile(translate: {}, baseDir: str, path: str, | ||||||
|         '      <textarea id="message" placeholder=' + \ |         '      <textarea id="message" placeholder=' + \ | ||||||
|         '"-----BEGIN PGP PUBLIC KEY BLOCK-----" name="pgp" ' + \ |         '"-----BEGIN PGP PUBLIC KEY BLOCK-----" name="pgp" ' + \ | ||||||
|         'style="height:100px">' + PGPpubKey + '</textarea>' |         'style="height:100px">' + PGPpubKey + '</textarea>' | ||||||
|  |     editProfileForm += '<a href="/users/' + nickname + \ | ||||||
|  |         '/followingaccounts"><label class="labels">' + \ | ||||||
|  |         translate['Following'] + '</label></a><br>' | ||||||
|     editProfileForm += '    </div>' |     editProfileForm += '    </div>' | ||||||
|     editProfileForm += '    <div class="container">' |     editProfileForm += '    <div class="container">' | ||||||
|     idx = 'The files attached below should be no larger than ' + \ |     idx = 'The files attached below should be no larger than ' + \ | ||||||
|  |  | ||||||
		Loading…
	
		Reference in New Issue