mirror of https://gitlab.com/bashrc2/epicyon
Position of donation link
parent
f4be1c658b
commit
64f5f18a2f
|
@ -640,14 +640,13 @@ def html_person_options(default_timeline: str,
|
||||||
checkbox_str = checkbox_str.replace(' checked>', '>')
|
checkbox_str = checkbox_str.replace(' checked>', '>')
|
||||||
options_str += checkbox_str
|
options_str += checkbox_str
|
||||||
|
|
||||||
options_str += options_link_str
|
options_str += options_link_str + donate_str
|
||||||
if authorized:
|
if authorized:
|
||||||
options_str += \
|
options_str += \
|
||||||
' <button type="submit" class="button" ' + \
|
' <button type="submit" class="button" ' + \
|
||||||
'name="submitView" accesskey="' + \
|
'name="submitView" accesskey="' + \
|
||||||
access_keys['viewButton'] + '">' + \
|
access_keys['viewButton'] + '">' + \
|
||||||
translate['View'] + '</button>\n'
|
translate['View'] + '</button>\n'
|
||||||
options_str += donate_str
|
|
||||||
if authorized:
|
if authorized:
|
||||||
options_str += \
|
options_str += \
|
||||||
' <button type="submit" class="button" name="submit' + \
|
' <button type="submit" class="button" name="submit' + \
|
||||||
|
|
Loading…
Reference in New Issue