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
etch
nuages
Commits
3336f4de
Commit
3336f4de
authored
Jun 22, 2010
by
christophe siraut
Browse files
supprimé les metatags de là où ils ne devraient pas être
parent
af6690fb
Changes
2
Show whitespace changes
Inline
Side-by-side
templates/base.html
View file @
3336f4de
...
...
@@ -7,11 +7,6 @@
<title>
{% block title %} nuages - {% trans "Easy poll sharing" %} {% endblock %}
</title>
{% block head %}{% endblock %}
<meta
name=
"description"
lang=
"fr"
content=
"Nuages, rendez-vous partagés"
/>
<meta
name=
"description"
lang=
"en"
content=
"Nuages, easy poll sharing"
/>
<meta
name=
"keywords"
lang=
"fr"
content=
"rendez-vous, partagé, GPL, doodle, alternative"
/>
<meta
name=
"keywords"
lang=
"en"
content=
"shared, poll, GPL, doodle, alternative"
/>
<!-- Django stylesheets -->
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/media/css/base.css"
/>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"/media/css/forms.css"
/>
...
...
templates/index.html
View file @
3336f4de
{% extends "base.html" %}
{% load i18n %}
{% block head %}
<meta
name=
"description"
lang=
"fr"
content=
"Nuages, rendez-vous partagés"
/>
<meta
name=
"description"
lang=
"en"
content=
"Nuages, easy poll sharing"
/>
<meta
name=
"keywords"
lang=
"fr"
content=
"rendez-vous, partagé, GPL, doodle, alternative"
/>
<meta
name=
"keywords"
lang=
"en"
content=
"shared, poll, GPL, doodle, alternative"
/>
{% endblock %}
{% block chapeau %}
<h2>
nuages
</h2>
...
...
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