Use includes for displaying track information in non-admin mode.
[demoscenemusic.git] / src / main / resources / templates / openid
1 <%include include/header title=="Result of Registration">
2
3 <h1>Result of Registration</h1>
4
5 <p>
6         <%if verified>
7                 You have verified successfully as <% openid|html>.
8         <%else>
9                 You could not verify that you are <% openid|html>. Please <a href="register">register again</a>.
10         <%/if>
11 </p>
12
13 <%include include/footer>