Fakultas Ilmu Komputer UI
Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
PMPL
Collection of Practice
2019
1606821886-practice
Commits
da94c9ab
Commit
da94c9ab
authored
Nov 13, 2019
by
Farah Alhaniy
Browse files
Startapp accounts
parent
7f667bdf
Changes
1
Hide whitespace changes
Inline
Side-by-side
lists/templates/base.html
View file @
da94c9ab
...
...
@@ -13,6 +13,17 @@
<body>
<div
class=
"container"
>
<nav
class=
"navbar navbar-default"
role=
"navigation"
>
<div
class=
"container-fluid"
>
<a
class=
"navbar-brand"
href=
"/"
>
Superlists
</a>
<form
class=
"navbar-form navbar-right"
method=
"POST"
action=
"#"
>
<span>
Enter email to log in:
</span>
<input
class=
"form-control"
name=
"email"
type=
"text"
/>
{% csrf_token %}
</form>
</div>
</nav>
<div
class=
"row"
>
<div
class=
"col-md-6 col-md-offset-3 jumbotron"
>
<div
class=
"text-center"
>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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