diff --git a/.gitignore b/.gitignore index 38c3a5e0..630302d6 100644 --- a/.gitignore +++ b/.gitignore @@ -32,6 +32,7 @@ var/ .installed.cfg *.egg .python-version +Pipfile # PyInstaller # Usually these files are written by a python script from a template diff --git a/README.md b/README.md index 71a2c031..dcc2568e 100644 --- a/README.md +++ b/README.md @@ -50,7 +50,11 @@ To run this project in your development machine, follow these steps: docker run -d -p 5005:5001 aquavitae/weasyprint ``` -9. Open your browser and go to http://127.0.0.1:8000, you will be greeted with the eDivorce homepage. In dev mode, you can log in with any username and the password 'divorce'. +9. Start up docker containers: + + `docker-compose up -d` + +10. Open your browser and go to http://127.0.0.1:8000, you will be greeted with the eDivorce homepage. In dev mode, you can log in with any username and the password 'divorce'. ### SCSS Compilation diff --git a/edivorce/apps/poc/templates/poc-sidebar.html b/edivorce/apps/poc/templates/poc-sidebar.html new file mode 100644 index 00000000..7d53d9c5 --- /dev/null +++ b/edivorce/apps/poc/templates/poc-sidebar.html @@ -0,0 +1,15 @@ +{% load step_order %} +{% load load_json %} + +
diff --git a/edivorce/apps/poc/templates/poc/document_confirm_delete.html b/edivorce/apps/poc/templates/poc/document_confirm_delete.html index d4ad7ed9..cfe6caba 100644 --- a/edivorce/apps/poc/templates/poc/document_confirm_delete.html +++ b/edivorce/apps/poc/templates/poc/document_confirm_delete.html @@ -5,7 +5,7 @@ {% block title %}{{ block.super }}: POC{% endblock %} -{% block progress %}{% include "partials/progress.html" %}{% endblock %} +{% block progress %}{% include "poc-sidebar.html" %}{% endblock %} {% block content %}