From b4947769ad2558d2d78a76f87869e4130841e741 Mon Sep 17 00:00:00 2001 From: Mihai Parparita Date: Wed, 15 Oct 2014 22:51:10 -0700 Subject: [PATCH] Missing file from f0b15e7324bc1eb2a9a40cf7824322be854e6ad0. --- app/templates/shared/flash.html | 23 +++++++++++++++++++++++ 1 file changed, 23 insertions(+) create mode 100644 app/templates/shared/flash.html diff --git a/app/templates/shared/flash.html b/app/templates/shared/flash.html new file mode 100644 index 0000000..f7cef78 --- /dev/null +++ b/app/templates/shared/flash.html @@ -0,0 +1,23 @@ +{{define "flash"}} + +
+ {{.}} +
+ + + +{{end}}