From 87a5b17d20c2620ac272d411c5f9d39b7738b8e4 Mon Sep 17 00:00:00 2001 From: Joseph Schorr Date: Thu, 15 Jan 2015 17:11:05 -0500 Subject: [PATCH] Add inbox actions. Note that this isn't enabled because of issues around DKIM in Gmail with SES. --- emails/base.html | 6 +++++ util/useremails.py | 59 ++++++++++++++++++++++++++++++++++++++++++---- 2 files changed, 60 insertions(+), 5 deletions(-) diff --git a/emails/base.html b/emails/base.html index e01343d53..00a89e51d 100644 --- a/emails/base.html +++ b/emails/base.html @@ -4,6 +4,12 @@ {{ subject }} + + {% if action_metadata %} + + {% endif %}