Skip to content
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

Incorporate non-standard proposal in pdf workflow #574

Merged
merged 2 commits into from
Nov 13, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 0 additions & 10 deletions proposals/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -701,16 +701,6 @@ def generate_pdf(self, force_overwrite=False):
)
return pdf

@property
def pdf_template_name(self):
"""Determine the correct PDf template for this proposal."""
template_name = 'proposals/proposal_pdf.html'
if self.is_pre_approved:
template_name = 'proposals/proposal_pdf_pre_approved.html'
elif self.is_pre_assessment:
template_name = 'proposals/proposal_pdf_pre_assessment.html'
return template_name

def use_canonical_pdf(self):
"""Returns False if this proposal should regenerate its PDF
on request. Proposals that have already been decided on should
Expand Down
Loading
Loading