rabin 7 years ago
parent
commit
fb77f243df
1 changed files with 2 additions and 2 deletions
  1. 2 2
      tm/template_dir/events_forms_template_new.html

+ 2 - 2
tm/template_dir/events_forms_template_new.html

@@ -1,13 +1,13 @@
 
 <{if $info.end == 2}>
-    <section class="loginbox">
+
         <h3>活动已结束!</h3>
         <p>感谢您的关注,期待您参与我们的其他活动</p>
         <section class="button-wrapper">
             <a class="button border" href="<{$listUrl}>">找找其他福利</a>
             <a class="button" href="<{$giftsUrl}>">查看我的奖品</a>
         </section>
-    </section>
+
 <{else}>