Moving to GitHub.
[platal.git] / templates / register / step1.tpl
index dd44fc2..cd52fa8 100644 (file)
@@ -1,6 +1,6 @@
 {**************************************************************************}
 {*                                                                        *}
-{*  Copyright (C) 2003-2010 Polytechnique.org                             *}
+{*  Copyright (C) 2003-2014 Polytechnique.org                             *}
 {*  http://opensource.polytechnique.org/                                  *}
 {*                                                                        *}
 {*  This program is free software; you can redistribute it and/or modify  *}
@@ -48,9 +48,9 @@
       </td>
       <td>
         <select name="edu_type">
-          <option value="X" selected="selected">polytechnicienne</option>
-          <option value="M">master</option>
-          <option value="D">doctorat</option>
+          <option value="{#Profile::DEGREE_X#}" selected="selected">polytechnicienne</option>
+          <option value="{#Profile::DEGREE_M#}">master</option>
+          <option value="{#Profile::DEGREE_D#}">doctorat</option>
         </select>
       </td>
     </tr>
@@ -62,4 +62,4 @@
   </table>
 </form>
 
-{* vim:set et sw=2 sts=2 sws=2 enc=utf-8: *}
+{* vim:set et sw=2 sts=2 sws=2 fenc=utf-8: *}