forked from indymedia/epicyon
Add
parent
79ff9f1316
commit
64e31a9aa3
|
@ -3409,7 +3409,7 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool,
|
||||||
if not authorized:
|
if not authorized:
|
||||||
# the links button to show left column links
|
# the links button to show left column links
|
||||||
loginButton = ' <div>\n'
|
loginButton = ' <div>\n'
|
||||||
loginButton = \
|
loginButton += \
|
||||||
' <a href="' + \
|
' <a href="' + \
|
||||||
'/users/news/newswiremobile' + \
|
'/users/news/newswiremobile' + \
|
||||||
'"><button class="buttonMobile">' + \
|
'"><button class="buttonMobile">' + \
|
||||||
|
@ -3426,7 +3426,7 @@ def htmlProfile(cssCache: {}, iconsAsButtons: bool,
|
||||||
'"><button class="buttonMobile">' + \
|
'"><button class="buttonMobile">' + \
|
||||||
'<span>' + translate['Login'] + \
|
'<span>' + translate['Login'] + \
|
||||||
'</span></button></a>\n'
|
'</span></button></a>\n'
|
||||||
loginButton = ' </div>\n'
|
loginButton += ' </div>\n'
|
||||||
else:
|
else:
|
||||||
editProfileStr = \
|
editProfileStr = \
|
||||||
'<a class="imageAnchor" href="' + usersPath + '/editprofile">' + \
|
'<a class="imageAnchor" href="' + usersPath + '/editprofile">' + \
|
||||||
|
|
Loading…
Reference in New Issue