Remove noscript message from history.html.

This commit is contained in:
Imran Sobir 2017-03-29 14:22:58 +05:00
parent 4a4c7b96d1
commit 3aaebe83fb

View File

@ -47,22 +47,9 @@ table {
text-align: center;
}
.error {
background-color: #ffbbbb;
border-radius: 5px;
font-weight: bold;
padding: 10px;
text-align: center;
width: 100%;
border: 1px solid #ff7777;
}
{% endblock %}
{% block content %}
<h1>Browsing history</h1>
<noscript>
<div class="error">Javascript is required to view this page.</div>
</noscript>
<div id="hist-container"></div>
<span id="eof" style="display: none">end</span>
<a href="#" id="load" style="display: none">Show more</a>