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
Political Memory
memopol
Commits
3cc5e70b
Commit
3cc5e70b
authored
Mar 16, 2015
by
Mindiell
Browse files
Stripping first '/' in static files url
parent
da467724
Changes
1
Hide whitespace changes
Inline
Side-by-side
core/templates/base.html
View file @
3cc5e70b
...
...
@@ -7,8 +7,8 @@
<meta
name=
"viewport"
content=
"width=device-width"
/>
{% block head %}{% endblock %}
<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"
/>
<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
%}
>
{% include "core/blocks/header.html" %}
...
...
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