diff --git a/.Dockerfile.swp b/.Dockerfile.swp deleted file mode 100644 index a9494ac..0000000 Binary files a/.Dockerfile.swp and /dev/null differ diff --git a/Dockerfile b/Dockerfile index 0f16b5c..24f7146 100644 --- a/Dockerfile +++ b/Dockerfile @@ -4,4 +4,3 @@ WORKDIR /code COPY requirements.txt . RUN pip install -r requirements.txt ADD . /code - diff --git a/templates/base.html b/templates/base.html index e723528..f52a1e1 100644 --- a/templates/base.html +++ b/templates/base.html @@ -4,7 +4,6 @@ - @@ -24,7 +23,6 @@ - - {% block content %} @@ -116,7 +113,6 @@ -