Skip to content

Commit

Permalink
Fix for Amazon SES's sending limit stuff - no more blank blue box!
Browse files Browse the repository at this point in the history
  • Loading branch information
justingit committed Jul 13, 2012
1 parent 31297ba commit a04331c
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions dada/DADA/Template/templates/sending_preferences_screen.tmpl
Expand Up @@ -497,10 +497,12 @@ This will ultimately set the 'Return-Path' email header to the list administrati
<!-- /tmpl_loop -->
</ul>
<!-- /tmpl_if -->

<div class="clearskiesbox">
<div id="amazon_ses_get_stats"></div>
</div>

<!-- tmpl_if expr="(list_settings.sending_method eq 'amazon_ses')" -->
<div class="clearskiesbox">
<div id="amazon_ses_get_stats"></div>
</div>
<!-- /tmpl_if -->

<fieldset>
<legend>
Expand Down

0 comments on commit a04331c

Please sign in to comment.