diff --git a/app/assets/stylesheets/_grids.scss b/app/assets/stylesheets/_grids.scss index 7f8eb724f..5e8643173 100644 --- a/app/assets/stylesheets/_grids.scss +++ b/app/assets/stylesheets/_grids.scss @@ -15,3 +15,7 @@ margin-bottom: $gutter; clear: both; } + +.bottom-gutter-2-3 { + margin-bottom: $gutter * 2/3; +} diff --git a/app/templates/views/send.html b/app/templates/views/send.html index 25eda7364..7b0dcf027 100644 --- a/app/templates/views/send.html +++ b/app/templates/views/send.html @@ -30,19 +30,25 @@
+ Add recipients by uploading a .csv file with + {{ template.placeholders|length + 1 }} + {% if template.placeholders %} + columns: + {% else %} + column: + {% endif %} +
++ to + {{ template.placeholders_as_markup|join(" ") }} +
+