Skip to content
This repository was archived by the owner on Jun 10, 2018. It is now read-only.

Commit

Permalink
temporary hide registration, phase 1
Browse files Browse the repository at this point in the history
  • Loading branch information
kkretsch committed Apr 30, 2018
1 parent 69cb917 commit 8941cfb
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions public/style/screen.less
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ main {
margin-top: 50px;
}

#registrationblock {
display: none;
}

.block {
background-color: #ffffff;
border-radius: 0;
Expand Down
2 changes: 1 addition & 1 deletion views/partials/content.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<a href="/u/forgot"><%= __('Forgot password') %></a>
</div>
<div class="col-md-1"></div>
<div class="col-md-3 block">
<div class="col-md-3 block" id="registrationblock">
<h2><%= __('Register') %></h2>
<p><%= __('Create a new account for free.') %></p>
<form action="/u/register" method="post" id="registerform" enctype="application/x-www-form-urlencoded" autocomplete="off">
Expand Down

0 comments on commit 8941cfb

Please sign in to comment.