Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
SRCT
roomlist
Commits
608899dc
Commit
608899dc
authored
Jan 10, 2015
by
Daniel W Bond
Browse files
changed div class to id
parent
319fa2a8
Changes
1
Hide whitespace changes
Inline
Side-by-side
roomlist/templates/layouts/base.html
View file @
608899dc
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html
lang=
"en"
>
<head>
<meta
charset=
"utf-8"
>
<meta
name=
"description"
content=
"Find your on campus neighbors"
>
{% load staticfiles %}
...
...
@@ -21,7 +20,7 @@
{% block content %} {% endblock %}
</div>
</div>
<div
class
=
"footer"
>
<div
id
=
"footer"
>
{% include 'layouts/footer.html' %}
</div>
</body>
...
...
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