[FIX] Error reports
[cds-indico.git] / indico / MaKaC / webinterface / tpls / ConfRegistrationFormSignIn.tpl
bloba3dcfccf0b41018c75dff51c7fc4204febff3254
2 <table align="center">
3     <tr>
4         <td align="center">
5             <font size="+2" color="#5294CC"> ${ _("You cannot register without a user account")}</font>
6             <br/><br/>
7         </td>
8     </tr>
9     <tr>
10         <td>
11         <font color="black"><b>
12             <br/> ${ _("Please log in if you have an account, or create a new one.")}</b></font>
13             <br/><br/><br/>
14         </td>
15     </tr>
16     <tr>
17         <td>
18             ${ signIn }
19         </td>
20     </tr>
21 </table>