Skip to content

Commit

Permalink
removes logo (#376)
Browse files Browse the repository at this point in the history
  • Loading branch information
ninetteadhikari authored Apr 4, 2020
1 parent 1a6c359 commit 4d932e6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
4 changes: 1 addition & 3 deletions templates/registration/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -30,9 +30,7 @@ <h1>Login</h1>
</div>
</div>
<div class="panel panel-default auth-main">
<div class="panel-heading text-center">
<img src="{{ STATIC_URL }}img/hikaya-activity-logo.png" class="img-responsive" alt="Activity">
<br>
<div class="panel-heading">
<strong>Fill in your login details to start your session</strong>
</div>
<div class="panel-body">
Expand Down
3 changes: 1 addition & 2 deletions templates/registration/register.html
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@ <h1>Create an account</h1>
</div>
</div>
<div class="panel panel-default auth-main">
<div class="panel-heading text-center">
<img src="{{ STATIC_URL }}img/hikaya-activity-logo.png" class="img-responsive" alt="Activity">
<div class="panel-heading">
<strong
>Fill in your details (mandatory fields are marked with *)</strong
>
Expand Down

0 comments on commit 4d932e6

Please sign in to comment.