Further update branding and organisation details

This commit is contained in:
Ben Sturmfels 2023-04-15 16:47:41 +10:00
parent de0100c93c
commit 830da54d29
Signed by: bsturmfels
GPG key ID: 023C05E2C9C068F0
6 changed files with 14 additions and 16 deletions

View file

@ -68,7 +68,7 @@ class Proposal(ProposalBase):
recording_release = models.BooleanField(
default=True,
help_text="I allow Linux Australia to release any recordings of "
help_text="I allow Software Freedom Conservancy to release any recordings of "
"presentations covered by this proposal, on YouTube under the "
"standard YouTube licence, and on other platforms under the "
"Creative Commons Attribution-NonCommercial-ShareAlike 4.0 International "

View file

@ -125,9 +125,9 @@ else:
ALLOWED_HOSTS = ['127.0.0.1', 'localhost', '*']
TIME_ZONE = "Australia/Sydney"
DATE_FORMAT = "j F Y"
LANGUAGE_CODE = "en-au"
TIME_ZONE = "US/Pacific"
DATE_FORMAT = "F j Y"
LANGUAGE_CODE = "en-us"
SITE_ID = int(os.environ.get("SITE_ID", 1))
USE_I18N = True

View file

@ -2,8 +2,8 @@
{% load lca2018_tags %}
<h2>Tax Invoice/Statement</h2>
<h3>Linux Australia</h3>
<h4>ABN 56 987 117 479</h4>
<h3>Software Freedom Conservancy</h3>
{# <h4>ABN 56 987 117 479</h4> #}
<p>
Enquiries: please e-mail <a href="mailto:{{ settings.CONFERENCE_EMAIL }}">{{ settings.CONFERENCE_EMAIL }}</a>
@ -80,11 +80,10 @@
<hr />
<p>{% conference_name %} is a project of Linux Australia, Inc.</p>
<p>{% conference_name %} is a project of Software Freedom Conservancy Inc.</p>
<p>
GPO Box 4788 <br />
Sydney NSW 2001 <br />
Australia <br />
ABN 56 987 117 479 <br />
137 MONTAGUE ST STE 380 <br />
Brooklyn, NY 11201-3548 <br />
{# ABN 56 987 117 479 <br /> #}
<p>

View file

@ -1 +1 @@
{% load i18n %}Invoice {{ invoice.id }} from Linux Australia
{% load i18n %}Invoice {{ invoice.id }} from Software Freedom Conservancy

View file

@ -1 +1 @@
{% load i18n %}{{ invoice.get_status_display }} -- Invoice {{ invoice.id }} from Linux Australia
{% load i18n %}{{ invoice.get_status_display }} -- Invoice {{ invoice.id }} from Software Freedom Conservancy

View file

@ -70,9 +70,8 @@
<p>Pay your invoice with your Visa, Mastercard, or American Express credit or debit card. Card payments are processed by <a href="https://stripe.com">Stripe</a>.</p>
<p>
No data on this form is retained by {% conference_name %}, rather it is
sent to Stripe. In particular, credit card details are not sent
to Linux Australia. You must allow JavaScript from <code>js.stripe.com</code> and <code>stripe.network</code> to complete payment.
No data or credit card details on this form are retained by {% conference_name %}, rather it is
sent directly to Stripe. You must allow JavaScript from <code>js.stripe.com</code> and <code>stripe.network</code> to complete payment.
</p>
<p>You have <strong>${{ invoice.balance_due }}</strong> remaining to pay on this invoice.</p>