Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update login.html #4

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions templates/login.html
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<h1 class="lcb-login-logo">Let<span class="flavour">'</span>s Chat</h1>
<div class="lcb-login-boxes">
<form class="lcb-login-box lcb-login-box-login validate" action="./account/login" method="post" data-refresh="true">
<h2 class="lcb-login-box-heading"><$ __('Sign in') $></h2>
<h2 class="lcb-login-box-heading"><$ __('Hi pavan Sign in') $></h2>
<img class="lcb-login-avatar" style="display: none;" />
<div class="form-group">
<input class="required form-control" placeholder="<$ __('Username or Email') $>" name="username" type="text" autofocus />
Expand All @@ -29,12 +29,12 @@ <h2 class="lcb-login-box-heading"><$ __('Sign in') $></h2>
<% if auth.local.enableRegistration %>
<div class="links pull-left">
<a href="#" class="lcb-show-box" data-target=".lcb-login-box-registration">
<$ __('I need an account') $>
<$ __('I am from Hyderabad') $>
</a>
</div>
<% endif %>
<button class="btn-info btn btn-lg pull-right" type="submit">
<$ __('Sign in') $>
<$ __('PAvan') $>
<i class="fa fa-sign-in"></i>
</button>
</div>
Expand Down Expand Up @@ -77,7 +77,7 @@ <h2 class="lcb-login-box-heading"><$ __('Register') $></h2>
<div class="lcb-login-box-bottom">
<div class="links pull-left">
<a href="#" class="lcb-show-box" data-target=".lcb-login-box-login">
<$ __('I already have an account') $>
<$ __('I am not in hyderabad') $>
</a>
</div>
<button class="btn-info btn btn-lg pull-right" type="submit">
Expand All @@ -88,7 +88,7 @@ <h2 class="lcb-login-box-heading"><$ __('Register') $></h2>
<% endif %>
<footer class="lcb-login-footer">
<p class="lcb-login-footer-heart">
<i class="fa fa-heart"></i> <$ __('From Toronto with Love') $> <span class="dash">&mdash;</span>
<i class="fa fa-heart"></i> <$ __('From Atlanta with Love') $> <span class="dash">&mdash;</span>
<$ __('Photos by %s and Friends', '<a href="http://funkaoshi.com/" target="_blank">Ramanan Sivaranjan</a>') | safe $>
</p>
<p class="lcb-login-footer-github"><a href="https://github.com/sdelements/lets-chat" target="_blank">
Expand Down