aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'pyaggr3g470r/templates/home.html')
-rw-r--r--pyaggr3g470r/templates/home.html14
1 files changed, 1 insertions, 13 deletions
diff --git a/pyaggr3g470r/templates/home.html b/pyaggr3g470r/templates/home.html
index bcd7fa62..5665448b 100644
--- a/pyaggr3g470r/templates/home.html
+++ b/pyaggr3g470r/templates/home.html
@@ -118,19 +118,7 @@
</tbody>
</table>
</div>
- {% else %}
- <br />
- <div class="alert alert-info alert-dismissable">
- <button type="button" class="close" data-dismiss="alert" aria-hidden="true">&times;</button>
- {% if filter_ == 'all' %}
- <strong>{{ _('Oh!') }}</strong> {{ _('This feed is empty.') }}
- {% elif filter_ == 'read' %}
- <strong>{{ _('Work for you!') }}</strong> {{ _('All articles are unread.') }}
- {% elif filter_ == 'unread' %}
- <strong>{{ _('Well done!') }}</strong> {{ _('You read all articles.') }}
- {% endif %}
- </div>
{% endif %}
</div><!-- /.container -->
{% endif %}
-{% endblock %} \ No newline at end of file
+{% endblock %}
bgstack15