diff --git a/fargo/fargo/views.py b/fargo/fargo/views.py index b9912c1..2bedee5 100644 --- a/fargo/fargo/views.py +++ b/fargo/fargo/views.py @@ -124,7 +124,6 @@ class Homepage(SingleTableMixin, CommonUpload): ctx['occupancy_ratio_percent'] = float(occupancy) * 100.0 / max_size ctx['max_documents_per_user'] = settings.FARGO_MAX_DOCUMENTS_PER_USER ctx['full'] = self.full - ctx['count'] = self.count return ctx def post(self, request, *args, **kwargs): diff --git a/fargo/templates/fargo/home.html b/fargo/templates/fargo/home.html index fbd9d76..bfd277d 100644 --- a/fargo/templates/fargo/home.html +++ b/fargo/templates/fargo/home.html @@ -44,16 +44,6 @@

{% if site_title %}{{ site_title }}{% else %}{% trans "Portfolio" %}{% endif %}

- {% if count %} -
- {% blocktrans count documents_count=count trimmed %} - You have {{ documents_count }} document stored. - {% plural %} - You have {{ documents_count }} documents stored. - {% endblocktrans %} -
- {% endif %} - {% render_table table "fargo/table.html" %} {% if full %}