diff --git a/app/config.py b/app/config.py index d3e941a8..e60ffdd6 100644 --- a/app/config.py +++ b/app/config.py @@ -86,3 +86,6 @@ FACEBOOK_CLIENT_SECRET = os.environ["FACEBOOK_CLIENT_SECRET"] # in seconds AVATAR_URL_EXPIRATION = 3600 * 24 * 7 # 1h*24h/d*7d=1week + +# session key +HIGHLIGHT_GEN_EMAIL_ID = "highlight_gen_email_id" \ No newline at end of file diff --git a/app/dashboard/templates/dashboard/index.html b/app/dashboard/templates/dashboard/index.html index 0c6aec09..14621d1e 100644 --- a/app/dashboard/templates/dashboard/index.html +++ b/app/dashboard/templates/dashboard/index.html @@ -50,7 +50,7 @@ {% for gen_email in gen_emails %} - +
{{ gen_email.email }} @@ -77,7 +77,7 @@ {% if gen_email.enabled %}