diff --git a/Makefile b/Makefile index ede40895..d2b7b839 100644 --- a/Makefile +++ b/Makefile @@ -209,6 +209,9 @@ test: py-venv-check coverage: pytest --cov=ambuda --cov-report=html test/ +coverage-report: coverage + coverage report --fail-under=80 + # Generate Ambuda's technical documentation. # After the command completes, open "docs/_build/index.html". docs: py-venv-check @@ -275,6 +278,8 @@ babel-update: py-venv-check babel-compile: py-venv-check pybabel compile -d ambuda/translations +# Clean up +# =============================================== clean: @rm -rf deploy/data/ @rm -rf ambuda/translations/* diff --git a/ambuda/templates/proofing/projects/confirm_changes.html b/ambuda/templates/proofing/projects/confirm_changes.html new file mode 100644 index 00000000..19b52656 --- /dev/null +++ b/ambuda/templates/proofing/projects/confirm_changes.html @@ -0,0 +1,44 @@ +{% extends 'proofing/base.html' %} +{% from "macros/forms.html" import field %} +{% import "macros/proofing.html" as m %} + +{% block title %} Search and Replace | {{ project.title }}{% endblock %} + +{% block content %} + +{{ m.project_header_nested('Review and Confirm Changes', project) }} +{{ m.project_nav(project=project, active='edit') }} + +
Please carefully review and confirm the changes you selected:
+ +Use this simple search and replace form to make edits across this project.
+Use this simple search and replace form to make edits across this project. The search supports regular expressions.
+