fix myplugin JS example on_new_record function
[myslice.git] / portal / templates / registration_view.html
index 2589961..302871e 100644 (file)
@@ -53,7 +53,7 @@
       <label for="auth_list">Authority</label>
       <select id="auth_list" name="authority_hrn" size="1" class="required">
         {% for authority in authorities %}
-        <option value="{{ authority.authority_hrn }}"/>{{authority.name}} ({{authority.authority_hrn}})</option>
+        <option value="{{ authority.authority_hrn }}"/>{{authority.authority_hrn}}</option>
         {% endfor %}
      </select>
      <p class="hint">Please select an authority responsible for vetting your account</p>
         <option value="generate">Generate key pairs for me </option>
         <option value="upload">Upload my public key </option>
       </select>
-               <p class="hint">Account Delegation: Automatic (Recommended)</p> 
+               <p class="hint">Genkey: Account Delegation Automatic (Recommended)</p> 
       <?php echo $errFile; ?>
    </div>
    <div class="field" style="display:none;" id="upload_key">
       <label for="file">Upload public key</label>
       <input type="file" name="user_public_key" class="required" id="user_public_key"/>
       <p class="hint">Account Delegation: Manual (Advanced Users)</p>
-         <p class="warning" id="pkey_del_msg">Once your account is validated, you have to delegate your credentials manually using SFA [Advanced users only]</p>
+         <p class="warning" id="pkey_del_msg">Once your account is validated, you will have to delegate your credentials manually using SFA [Advanced users only]</p>
 
    </div>
    <div class="field" id="register">