Remove backup and key display.
[Sone.git] / src / main / resources / templates / editProfile.html
index 0760525..edc3b38 100644 (file)
 
        </form>
 
-       <h1><%= Page.EditProfile.Keys.Title|l10n|html></h1>
-
-       <p><%= Page.EditProfile.Keys.Description.RequestKey|l10n|html></p>
-       <p><%= Page.EditProfile.Keys.Description.InsertKey|l10n|html></p>
-       <p><%= Page.EditProfile.Keys.Description.Summary|l10n|html></p>
-
-       <div>
-               <label><%= Page.EditProfile.Label.RequestKey|l10n|html></label>
-               <input type="text" class="key" readonly="readonly" value="<% currentSone.requestUri|html>" />
-       </div>
-       <div>
-               <label><%= Page.EditProfile.Label.InsertKey|l10n|html></label>
-               <input type="text" class="key" readonly="readonly" value="<% currentSone.insertUri|html>" />
-       </div>
-
-       <h1><%= Page.EditProfile.Backup.Title|l10n|html></h1>
-
-       <p><%= Page.EditProfile.Backup.Description|l10n|html></p>
-
-       <form action="backupProfile.html" method="post">
-               <input type="hidden" name="formPassword" value="<% formPassword|html>" />
-               <button type="submit"><%= Page.EditProfile.Backup.Button.DownloadBackup|l10n|html></button>
-       </form>
-
 <%include include/tail.html>