From 7cacd7818b5ae41225b002e9a9d822493b9332e8 Mon Sep 17 00:00:00 2001 From: Ben Adida <ben@adida.net> Date: Sun, 28 May 2017 21:49:22 +0000 Subject: [PATCH] make a better send button --- helios/templates/voters_email.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/helios/templates/voters_email.html b/helios/templates/voters_email.html index 0110054..535f753 100644 --- a/helios/templates/voters_email.html +++ b/helios/templates/voters_email.html @@ -47,7 +47,7 @@ You may tweak the subject and add a custom message using the form below. {{email_form.as_table}} </table> <div> - <label for=""> </label><input type="submit" value="Send" id="send_button" /> + <label for=""> </label><input type="submit" value="Send" id="send_button" class="button" /> </div> </form> -- GitLab