-
Notifications
You must be signed in to change notification settings - Fork 164
Create a new template for activity page offline availability #1086
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: staging
Are you sure you want to change the base?
Conversation
|
@yokwejuste is creating a test VM for this PR 🚀🚀🚀 |
|
pre-commit checks failed ❌❌❌ |
1 similar comment
|
pre-commit checks failed ❌❌❌ |
|
Test VM is ready ✅✅✅ |
|
@yokwejuste is creating a test VM for this PR 🚀🚀🚀 |
|
pre-commit checks failed ❌❌❌ |
|
Test VM is ready ✅✅✅ |
|
@yokwejuste is creating a test VM for this PR 🚀🚀🚀 |
|
pre-commit checks failed ❌❌❌ |
|
Test VM is ready ✅✅✅ |
3ec798c to
9d8f9a3
Compare
|
@yokwejuste is creating a test VM for this PR 🚀🚀🚀 |
|
pre-commit checks failed ❌❌❌ |
|
Test VM is ready ✅✅✅ |
|
@tuxology is deleting test VM ... |
|
Test VM deleted ✅✅✅ |
|
Resolved conflicts after previous merge. |
|
pre-commit checks failed ❌❌❌ |
add utils for qr code and pdf rendering implements template for pdf routes and views for endpoint utils for downloadable binaries updates to pdf template
5c261d3 to
74c29ab
Compare
|
pre-commit checks failed ❌❌❌ |
Summary
For this PR, we will be using waesyprint python library to convert an html jinja template to a PDF. This will include us using variables in a context passed from the view endpoint.
Closes #899
Changes