-
Notifications
You must be signed in to change notification settings - Fork 10
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
Fixes in names #36
base: main
Are you sure you want to change the base?
Fixes in names #36
Conversation
@@ -86,8 +89,8 @@ def compile_information_pages(): | |||
pdfkit.from_file('acknowledgement.html', 'storage/acknowledgement.pdf') | |||
|
|||
if __name__ == "__main__": | |||
os.system("mkdir " + PDF_PATH) | |||
html_to_pdf() | |||
#os.system("mkdir " + PDF_PATH) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Remove cruft
@@ -1,71 +0,0 @@ | |||
# Contents |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The markdown should be source of truth. This needs to be editable by non-programmers
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you add screenshots of the site and fix the comments below?
No description provided.