From 3eeb9383e38f3222cb35c00e41e98a85a7b4066a Mon Sep 17 00:00:00 2001 From: Bob Mottram Date: Wed, 25 May 2022 20:33:09 +0100 Subject: [PATCH] New blog access key --- webapp_column_right.py | 4 ++-- webapp_timeline.py | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/webapp_column_right.py b/webapp_column_right.py index 25eaac310..e7fae6d02 100644 --- a/webapp_column_right.py +++ b/webapp_column_right.py @@ -77,7 +77,7 @@ def get_right_column_content(base_dir: str, nickname: str, domain_full: str, ' ' + \ + 'accesskey="' + access_keys['menuNewBlog'] + '">' + \ '\n' else: @@ -183,7 +183,7 @@ def get_right_column_content(base_dir: str, nickname: str, domain_full: str, html_str += \ ' ' + \ '' + \
diff --git a/webapp_timeline.py b/webapp_timeline.py
index 20bed300e..ce5b0a1e1 100644
--- a/webapp_timeline.py
+++ b/webapp_timeline.py
@@ -127,7 +127,7 @@ def _html_timeline_new_post(manually_approve_followers: bool,
             new_post_button_str += \
                 '<a class=' + \ + access_keys['menuNewPost'] + '">' + \ '| ' + \
@@ -137,7 +137,7 @@ def _html_timeline_new_post(manually_approve_followers: bool,
             new_post_button_str += \
                 '<a href=' + \ + access_keys['menuNewPost'] + '">' + \ '' elif box_name == 'tlshares':