Spaces:
Runtime error
Runtime error
Commit ·
bbff58a
1
Parent(s): 3139dc9
Update scraper/templates/scraper/home.html
Browse files
scraper/templates/scraper/home.html
CHANGED
|
@@ -21,7 +21,7 @@
|
|
| 21 |
<button style="background:#fff; height:100%; border: 1px solid gray;padding: 6px 12px;border-color:#ccc;color:#333;border-radius:4px"><a href="{% url 'refresh' %}">Refresh (will auto refresh every 12 hrs)</a></button>
|
| 22 |
</div>
|
| 23 |
{% if msg %}
|
| 24 |
-
<p style="color: red;">{
|
| 25 |
{% endif %}
|
| 26 |
{% if filter %}
|
| 27 |
<form action="" method="get" class="form form-inline">
|
|
|
|
| 21 |
<button style="background:#fff; height:100%; border: 1px solid gray;padding: 6px 12px;border-color:#ccc;color:#333;border-radius:4px"><a href="{% url 'refresh' %}">Refresh (will auto refresh every 12 hrs)</a></button>
|
| 22 |
</div>
|
| 23 |
{% if msg %}
|
| 24 |
+
<p style="color: red;">{message}</p>
|
| 25 |
{% endif %}
|
| 26 |
{% if filter %}
|
| 27 |
<form action="" method="get" class="form form-inline">
|