Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Simon Daron
panikweb
Commits
15d0e00f
Commit
15d0e00f
authored
Aug 30, 2013
by
fred
Browse files
move charset declaration to the top
parent
e7fe6cc0
Changes
1
Show whitespace changes
Inline
Side-by-side
panikweb_templates/templates/base.html
View file @
15d0e00f
{% load url from future %}{% load i18n %}{% load paniktags %}
<!DOCTYPE html>
<html>
<head>
<title>
Radio Panik {% block title %}{% endblock %}
</title>
<meta
charset=
"UTF-8"
/>
<title>
Radio Panik {% block title %}{% endblock %}
</title>
<meta
name=
"viewport"
content=
"width=device-width, initial-scale=1.0"
>
<script
type=
"text/javascript"
src=
"{{ STATIC_URL }}js/jquery.js"
></script>
<script
type=
"text/javascript"
src=
"http://code.jquery.com/ui/1.10.3/jquery-ui.js"
></script>
...
...
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