Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in
Toggle navigation
B
BeHub-web
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Dominik Rosiek
BeHub-web
Commits
0b5ee855
Commit
0b5ee855
authored
Nov 21, 2015
by
Rafal
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
add login
parent
503de5d6
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
login.jpg
BeHub/Hub/static/login.jpg
+0
-0
login.html
BeHub/Hub/templates/page/login.html
+2
-2
No files found.
BeHub/Hub/static/login.jpg
0 → 100644
View file @
0b5ee855
18.8 KB
BeHub/Hub/templates/page/login.html
View file @
0b5ee855
...
...
@@ -18,7 +18,7 @@
<div
class=
"row"
>
<div
class=
"center-block"
>
<img
class=
"profile-img"
src=
"
https://lh5.googleusercontent.com/-b0-k99FZlyE/AAAAAAAAAAI/AAAAAAAAAAA/eu7opA4byxI/photo.jpg?sz=120
"
alt=
""
>
src=
"
{{ STATIC_URL }}img/login.jpg }}
"
alt=
""
>
</div>
</div>
<div
class=
"row"
>
...
...
@@ -28,7 +28,7 @@
<span
class=
"input-group-addon"
>
<i
class=
"glyphicon glyphicon-user"
></i>
</span>
<input
class=
"form-control"
placeholder=
"username"
name=
"
login
name"
type=
"text"
required=
""
autofocus
>
<input
class=
"form-control"
placeholder=
"username"
name=
"
user
name"
type=
"text"
required=
""
autofocus
>
</div>
</div>
<div
class=
"form-group"
>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment