Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
TAlone
memopol
Commits
ec32404b
Commit
ec32404b
authored
Mar 16, 2015
by
luxcem
Browse files
updates templates (basic navigation)
parent
9081309b
Changes
2
Hide whitespace changes
Inline
Side-by-side
core/templates/base.html
View file @
ec32404b
...
...
@@ -9,14 +9,14 @@
<title>
{% block title %}Home{% endblock %} - The Political Memory of {{ organization_name }}
</title>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}/css/reset.css"
type=
"text/css"
/>
<link
rel=
"stylesheet"
href=
"{{ STATIC_URL }}/css/base.css"
type=
"text/css"
/>
</head>
<body
{%
block
bodyattrs
%}{%
endblock
%}
>
</head>
<body
{%
block
bodyattrs
%}{%
endblock
%}
>
{% include "core/blocks/header.html" %}
<div
class=
"row main"
>
<div
class=
"large-12 main columns"
>
{% block content %}
{% endblock %}
</div>
<div
class=
"large-12 main columns"
>
{% block content %}
{% endblock %}
</div>
</div>
{% include "core/blocks/footer.html" %}
</body>
...
...
core/templates/core/blocks/navigation.haml
View file @
ec32404b
%ul
.nav-bar
%li
%a
{
href:
""
}
Navigation bar
%a
{
href:
"
{% url 'representatives:index' %}
"
}
Representatives
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