diff options
Diffstat (limited to 'view/tpl/smarty3/invite.tpl')
-rw-r--r-- | view/tpl/smarty3/invite.tpl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/view/tpl/smarty3/invite.tpl b/view/tpl/smarty3/invite.tpl index 117ee7cd6..e699f1f0e 100644 --- a/view/tpl/smarty3/invite.tpl +++ b/view/tpl/smarty3/invite.tpl @@ -1,4 +1,12 @@ +{{* + * AUTOMATICALLY GENERATED TEMPLATE + * DO NOT EDIT THIS FILE, CHANGES WILL BE OVERWRITTEN + * + *}} <form action="invite" method="post" id="invite-form" > + +<input type='hidden' name='form_security_token' value='{{$form_security_token}}'> + <div id="invite-wrapper"> <h3>{{$invite}}</h3> |