diff options
| author | Christian Fowler <spider@viovio.com> | 2005-12-28 23:43:24 +0000 |
|---|---|---|
| committer | Christian Fowler <spider@viovio.com> | 2005-12-28 23:43:24 +0000 |
| commit | 522af529d05393e3e369fc6e4d498ca5f172a8a9 (patch) | |
| tree | 26c32b6436eb588d84267aee6eefa83c5981c3ff /templates | |
| parent | c07dc79add21f2677680fcc9736b82276d2f8a72 (diff) | |
| download | newsletters-522af529d05393e3e369fc6e4d498ca5f172a8a9.tar.gz newsletters-522af529d05393e3e369fc6e4d498ca5f172a8a9.tar.bz2 newsletters-522af529d05393e3e369fc6e4d498ca5f172a8a9.zip | |
subscription changing appears to be working
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/user_subscriptions.tpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/user_subscriptions.tpl b/templates/user_subscriptions.tpl index 457c5f7..93afaed 100644 --- a/templates/user_subscriptions.tpl +++ b/templates/user_subscriptions.tpl @@ -6,7 +6,7 @@ </div> <div class="body"> - {formfeedback success=$success error=$gContent->mErrors} + {formfeedback hash=$feedback} {form enctype="multipart/form-data" id="editpageform"} <input type="hidden" name="response_content_id" value="{$subInfo.content_id}" /> {if $smarty.request.sub} |
