summaryrefslogtreecommitdiff
path: root/templates/confirm_register.tmpl
blob: 820f6f46e214699f9d294daf154a01263c723501 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
<% 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> 
	</div>
	<div>      
      If you entered the correct code, you can try to log in.
	</div>
	<div>
	  If you don't get a code via email, contact the webmaster of this
	  site.
	</div>
<% end template %>  

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