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
radiopanik
panikweb
Commits
8dcf70b6
Commit
8dcf70b6
authored
Sep 12, 2013
by
fred
Browse files
news: move search form to the main area
parent
78aa4db4
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/news/archives.html
View file @
8dcf70b6
...
...
@@ -4,6 +4,9 @@
{% block title %}News - Archives{% endblock %}
{% block nav %}
{% news_nav with klass="archives" %}
{% endblock %}
{% block main %}
<form
method=
"get"
action=
"."
class=
"padded center"
id=
"search-form"
>
<div
class=
"big "
>
<label
for=
"id_q"
>
Rechercher:
</label>
...
...
@@ -12,5 +15,3 @@
</div>
</form>
{% endblock %}
{% block main %}
{% endblock %}
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