Skip to content
This repository has been archived by the owner on Aug 26, 2022. It is now read-only.

bug 1490727: Add new page for payment terms, for now just empty template #5075

Merged
merged 1 commit into from Nov 6, 2018
Merged

bug 1490727: Add new page for payment terms, for now just empty template #5075

merged 1 commit into from Nov 6, 2018

Conversation

michal-macioszczyk
Copy link

This is only plain template which will be filled out with proper legal information.
Next step is to add this page as a link to checkbox form.

@skip_if_disabled
@never_cache
def payment_terms(request):
return render(request, 'payments/payment_terms.html')
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Nit: payments/terms.html would work, since it is already namespaced

Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

👍 I'll address this in a later PR.

@jwhitlock jwhitlock merged commit a6d01e3 into mdn:master Nov 6, 2018
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants