Removed the link to the Register page in the gallery

--HG--
branch : dev
This commit is contained in:
Sebastien Ros
2010-07-29 15:49:45 -07:00
parent 8d9925a75b
commit 5741737edc

View File

@@ -7,7 +7,7 @@
<asp:Content ID="loginContent" ContentPlaceHolderID="MainContent" runat="server">
<h2>Log On</h2>
<p>
Please enter your username and password. <%: Html.ActionLink("Register", "Register") %> if you don't have an account.
Please enter your username and password.
</p>
<% using (Html.BeginForm()) { %>