summaryrefslogtreecommitdiff
path: root/templates/confirm_register.tmpl
blob: 8b41290cded4ab6195c8df467cac3ca6cc79dbdb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
<% c++ #include "user_content.hpp" %>
<% skin view %>
<% view confirm_register uses content::user extends master %>  

<% template title() %>  
  <% include master::title() %> :: Registration code verification
<% end %>  
    
<% template page_content() %>  
	<div>
	  You should receive an email containing a code soon. Enter it below:
	  <form method="post" action=""><% csrf %>
  	    <table>
          <% form as_table confirm_register %>  
        </table>
      </form> 
      
      If you entered the correct code, you can try to log in.
	</div>
<% end template %>  

<% end view %>
<% end skin %>