signup ok msg

This commit is contained in:
Bomrah Harry 2023-10-08 00:47:37 +08:00
parent fc52e6001d
commit 383d1f5862
1 changed files with 2 additions and 2 deletions

View File

@ -7,13 +7,13 @@
%> %>
<br> <br>
<% if (data['confirm'] == true) %> <% if (data['confirm'] == true) %>
<%= t('seminar_signup.confirm_ok') %> <%= t('seminar.confirm_ok') %>
<br> <br>
<a href="<%= url %>?method=con_login" class="btn btn-primary"> <a href="<%= url %>?method=con_login" class="btn btn-primary">
<%= t('seminar.click_to_contribute') %> <%= t('seminar.click_to_contribute') %>
</a> </a>
<% else %> <% else %>
<%= t('seminar_signup.confirm_not_ok') %> <%= t('seminar.confirm_not_ok') %>
<br> <br>
<a href="<%= url %>?method=show_data" class="btn btn-primary"> <a href="<%= url %>?method=show_data" class="btn btn-primary">
<%= t('seminar.back') %> <%= t('seminar.back') %>