aboutsummaryrefslogtreecommitdiff
path: root/pyaggr3g470r/templates
diff options
context:
space:
mode:
authorCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-20 19:02:28 +0200
committerCédric Bonhomme <cedric@cedricbonhomme.org>2014-08-20 19:02:28 +0200
commit531b0c481042b29fe9f60fc1e4c6e146f1404ef8 (patch)
tree4e3ac6f29c8e37eaa78a38ed8dfdabdf96cbd8cb /pyaggr3g470r/templates
parentUpdated translations. (diff)
downloadnewspipe-531b0c481042b29fe9f60fc1e4c6e146f1404ef8.tar.gz
newspipe-531b0c481042b29fe9f60fc1e4c6e146f1404ef8.tar.bz2
newspipe-531b0c481042b29fe9f60fc1e4c6e146f1404ef8.zip
Updated translations.
Diffstat (limited to 'pyaggr3g470r/templates')
-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