Fakultas Ilmu Komputer UI
Skip to content
GitLab
Menu
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
e69c3a29
Commit
e69c3a29
authored
Dec 23, 2019
by
Farah Alhaniy
Browse files
[REFACTOR] Fix some text and typo
parent
b9985550
Pipeline
#28451
passed with stages
in 36 minutes and 54 seconds
Changes
2
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
lists/templates/base.html
View file @
e69c3a29
...
...
@@ -8,6 +8,7 @@
<title>
To-Do List - Farah Alhaniy
</title>
<link
href=
"/static/bootstrap/css/bootstrap.min.css"
rel=
"stylesheet"
>
<link
href=
"/static/base.css"
rel=
"stylesheet"
>
<link
rel=
"stylesheet"
href=
"https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css"
>
</head>
<body>
...
...
@@ -51,7 +52,7 @@
<div
class=
"col-md-6 col-md-offset-3 jumbotron"
>
<div
class=
"text-center"
>
<h1
id=
"name"
>
Hi!
</h1>
<h
1
>
{% block header_text %}{% endblock %}
</h
1
>
<h
3
>
{% block header_text %}{% endblock %}
</h
3
>
<form
method=
"POST"
action=
"{% block form_action %}{% endblock %}"
>
<input
name=
"item_text"
id=
"id_new_item"
class=
"form-control input-lg"
...
...
lists/templates/list.html
View file @
e69c3a29
...
...
@@ -13,6 +13,6 @@
<td
class=
"text-muted"
align=
"right"
>
{{ item.created_at }}
</td>
</tr>
{% endfor %}
</table>
\
</table>
</body>
{% endblock %}
\ No newline at end of file
Write
Preview
Supports
Markdown
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