diff --git a/docker-compose.yaml b/docker-compose.yaml index 8e4693e..f082dff 100644 --- a/docker-compose.yaml +++ b/docker-compose.yaml @@ -1,9 +1,5 @@ version: '3' services: - cache: - image: redis:latest - ports: - - 127.0.0.1:6379:6379 wallet: build: context: . diff --git a/nerochan/templates/user/show.html b/nerochan/templates/user/show.html index 5304ea0..83e7451 100644 --- a/nerochan/templates/user/show.html +++ b/nerochan/templates/user/show.html @@ -43,8 +43,6 @@ {%- endfor %} {%- endfor %} - - {% else %}
There's nothing here yet...
{% endif %}