* avatar, username, city from Google profile
* refactoring
This commit is contained in:
parent
edd160ae75
commit
c7f81699a4
55 changed files with 706 additions and 351 deletions
11
web/Views/Account/Unregister.aspx
Normal file
11
web/Views/Account/Unregister.aspx
Normal file
|
|
@ -0,0 +1,11 @@
|
|||
|
||||
<%@ Page Title="Unregister" Language="C#" Inherits="System.Web.Mvc.ViewPage" MasterPageFile="~/Models/App.master" %>
|
||||
|
||||
<asp:Content ContentPlaceHolderID="MainContent" ID="MainContentContent" runat="server">
|
||||
Warning: This will delete all of your data here, your profile, your posts and other data.
|
||||
<% using(Html.BeginForm("Unregister", "Account")) { %>
|
||||
<label for="confirmed">Unregister</label>
|
||||
<%=Html.CheckBox("confirmed")%>
|
||||
<input type="submit"/>
|
||||
<% } %>
|
||||
</asp:Content>
|
||||
Loading…
Add table
Add a link
Reference in a new issue