Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jean Michel Rouly
research-questions
Commits
4642124d
Commit
4642124d
authored
Mar 08, 2014
by
Jean Michel Rouly
Browse files
Added filter notification popup
parent
0fe6a770
Changes
1
Hide whitespace changes
Inline
Side-by-side
researchquestions/website/templates/index.html
View file @
4642124d
...
...
@@ -15,6 +15,17 @@ Homepage
</div>
</div>
{% if filter %}
<div
class=
"row"
>
<div
class=
"col-lg-10 col-lg-offset-1"
>
<div
class=
"alert alert-dismissable alert-info text-center"
>
<button
type=
"button"
class=
"close"
data-dismiss=
"alert"
>
×
</button>
Filtering questions on section
<strong>
{{ filter }}
</strong>
.
</div>
</div>
</div>
{% endif %}
{% if questions %}
<form
method=
"post"
>
{% csrf_token %}
...
...
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