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
a381699b
Commit
a381699b
authored
Sep 08, 2016
by
Nicolas Joyard
Browse files
Add noscript warning
parent
5666f0ba
Changes
1
Hide whitespace changes
Inline
Side-by-side
templates/base.html
View file @
a381699b
...
...
@@ -68,6 +68,12 @@
{% endcache %}
<div
class=
"col-sm-9 col-sm-offset-3 {% block container-class %}{% endblock %}"
>
<noscript>
<br>
<div
class=
"alert alert-warning"
>
{% trans "Memopol has reduced features without Javascript, please enable it in your browser!" %}
</div>
</noscript>
{% block content %}
<div
class=
"text-danger"
>
{% trans "This template is empty !" %}
</div>
{% endblock %}
...
...
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