From 911f60cb6a418245dd0f35f04c5df60d106b3a31 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 20:53:31 +1300 Subject: [PATCH 1/9] Fix HTML closing tag --- templates/events/calendar_list.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/events/calendar_list.html b/templates/events/calendar_list.html index fdfe86b1f..a13701ea6 100644 --- a/templates/events/calendar_list.html +++ b/templates/events/calendar_list.html @@ -12,7 +12,7 @@
-

Featured Python Calendars

+

Featured Python Calendars

Choose a calendar to view events.

From 4241d65c153528b45d9404352f48a0c763d07ca5 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 21:00:42 +1300 Subject: [PATCH 2/9] Close the content-main div --- templates/sponsors/admin/approve_application.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/sponsors/admin/approve_application.html b/templates/sponsors/admin/approve_application.html index 2cf2d640a..37ce49cdc 100644 --- a/templates/sponsors/admin/approve_application.html +++ b/templates/sponsors/admin/approve_application.html @@ -40,7 +40,6 @@

Generate Contract for Signing

-
From 071ef67048e9dc6a390133b08d02ebe0036b68e2 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 21:01:02 +1300 Subject: [PATCH 3/9] Remove duplicate double quotes --- templates/includes/authenticated.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/includes/authenticated.html b/templates/includes/authenticated.html index 7dd7f0a6e..ed15f4352 100644 --- a/templates/includes/authenticated.html +++ b/templates/includes/authenticated.html @@ -15,7 +15,7 @@
  • Become a PSF member
  • {% endif %}
  • View your public profile
  • -
  • Sign out
  • +
  • Sign out
  • {% else %} Sign In From 6fbdae1d19424036f8eda637113e3d2965bbf5f1 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 21:02:46 +1300 Subject: [PATCH 4/9] Close span tag --- templates/sponsors/new_sponsorship_application_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sponsors/new_sponsorship_application_form.html b/templates/sponsors/new_sponsorship_application_form.html index f6ba46d40..9f7597650 100644 --- a/templates/sponsors/new_sponsorship_application_form.html +++ b/templates/sponsors/new_sponsorship_application_form.html @@ -47,7 +47,7 @@

    Submit Sponsorship Information

    {% render_field form.sponsor %}
    - Your user account is already associated with existing PSF Sponsors. Select an existing sponsor to submit this application on their behalf or create a new one. + Your user account is already associated with existing PSF Sponsors. Select an existing sponsor to submit this application on their behalf or create a new one.

    {% endif %} From ab914dd5628ed7092b87e08ea196ba11cf92c5d3 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 21:03:20 +1300 Subject: [PATCH 5/9] Correct closing tag statement --- templates/sponsors/admin/preview-contract.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/sponsors/admin/preview-contract.html b/templates/sponsors/admin/preview-contract.html index 8614ef56d..f89fd02b0 100644 --- a/templates/sponsors/admin/preview-contract.html +++ b/templates/sponsors/admin/preview-contract.html @@ -178,7 +178,7 @@

    AGREEMENT

    Philadelphia, PA 19103 USA

    Facsimile: (267) 422-9864

    Email: info@nonprofitlawllc.com

    - +

    Notices given by registered or certified mail shall be deemed as given on the delivery date shown on the return receipt, and notices given in any other manner shall be deemed as given when received.

    From 26f3edb2bf78f7a16d3d03a792f629076456b6e2 Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 21:04:03 +1300 Subject: [PATCH 6/9] Close content-main tag --- templates/sponsors/admin/reject_application.html | 1 - 1 file changed, 1 deletion(-) diff --git a/templates/sponsors/admin/reject_application.html b/templates/sponsors/admin/reject_application.html index 83f1200b2..a427a9547 100644 --- a/templates/sponsors/admin/reject_application.html +++ b/templates/sponsors/admin/reject_application.html @@ -31,5 +31,4 @@

    Reject Sponsorship

    -
    {% endblock %} From 9be632e5c8eef31a9b0f87922ace481e2b106cbe Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 21:08:14 +1300 Subject: [PATCH 7/9] Fix typo in list_user_sponsorships (s/you/your) --- templates/users/list_user_sponsorships.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/users/list_user_sponsorships.html b/templates/users/list_user_sponsorships.html index 2dc47534a..e5a5b3554 100644 --- a/templates/users/list_user_sponsorships.html +++ b/templates/users/list_user_sponsorships.html @@ -16,7 +16,7 @@ {% block user_content %}

    Sponsorship Dashboard

    -

    Here you can manage all of you sponsorship applications and sponsor information.

    +

    Here you can manage all of your sponsorship applications and sponsor information.

    {% if active %}
    From 9ee242cb2ac5e103d441efee7516b793c0b61f4e Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 21:08:44 +1300 Subject: [PATCH 8/9] Fix typo in membership, duplicate the --- templates/users/membership.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/users/membership.html b/templates/users/membership.html index 91244ff01..6e6953951 100644 --- a/templates/users/membership.html +++ b/templates/users/membership.html @@ -43,7 +43,7 @@

    Raise your membership level

    I create (docs, tests, code, etc)

    I organize (conferences, meetups, working groups, etc)

    -

    I support (by donating the the PSF)

    +

    I support (by donating to the PSF)

    {% else %}

    About my membership

    @@ -54,4 +54,4 @@

    I have been a supporting member for XXX years

    {% endif %}
    -{% endblock content %} \ No newline at end of file +{% endblock content %} From b22ebab6b217b67356087dfdfb7f5ab6f1b938ef Mon Sep 17 00:00:00 2001 From: "Bruno P. Kinoshita" Date: Sun, 21 Nov 2021 21:27:54 +1300 Subject: [PATCH 9/9] Fix remaining typos found with spell checker --- docs/source/administration.rst | 2 +- templates/events/event_form.html | 2 +- templates/nominations/nominee_list.html | 2 +- templates/python/inner.html | 4 ++-- templates/sponsors/admin/send_sponsors_notification.html | 2 +- templates/users/nominations_view.html | 2 +- 6 files changed, 7 insertions(+), 7 deletions(-) diff --git a/docs/source/administration.rst b/docs/source/administration.rst index 254c36a20..3000ff692 100644 --- a/docs/source/administration.rst +++ b/docs/source/administration.rst @@ -97,7 +97,7 @@ app has a lot of models that are grouped by context. Here's a list of the group they represent: :sponsorship.py: The `Sponsorship` model and all the related information to configure a new sponsorship - appplication like programs, packages and benefits; + application like programs, packages and benefits; :benefits.py: List models that are used to configure benefits. Here you'll find models that forces a benefit to have an asset or controls it maximum quantity; :assets.py: Models that are used to configure the type of assets that a benefit can have; diff --git a/templates/events/event_form.html b/templates/events/event_form.html index 8a3970e6b..5c8c14d98 100644 --- a/templates/events/event_form.html +++ b/templates/events/event_form.html @@ -13,7 +13,7 @@

    Submit an Event

    - For bulk submittions, please check the + For bulk submissions, please check the Submitting an Event page on the Python wiki.

    diff --git a/templates/nominations/nominee_list.html b/templates/nominations/nominee_list.html index b7738d713..370de5d37 100644 --- a/templates/nominations/nominee_list.html +++ b/templates/nominations/nominee_list.html @@ -210,7 +210,7 @@ //define a statechange function that updates aria-expanded and style.display //to either expand or collapse the region (ie. invert the current state) //or to set a specific state if the expanded flag is strictly true or false - //then update the twisty if we have one with a correpsonding glyph + //then update the twisty if we have one with a corresponding glyph function statechange(summary, expanded) { if(typeof(expanded) == 'undefined') diff --git a/templates/python/inner.html b/templates/python/inner.html index 64b1484aa..06b1ad99e 100644 --- a/templates/python/inner.html +++ b/templates/python/inner.html @@ -49,7 +49,7 @@

    Style Guide and Sample Code

    -

    These are basic markup and typographic styles for your site and how to use them. Most of these options are availabel through the TinyMCE edit window in the admin, but some will require knowledge of coding HTML.

    +

    These are basic markup and typographic styles for your site and how to use them. Most of these options are available through the TinyMCE edit window in the admin, but some will require knowledge of coding HTML.

    @@ -348,7 +348,7 @@

    Definition

    Abbreviation

    The <abbr> element is used for any abbreviated text, whether it be acronym, initialism, or otherwise. Generally, it’s less work and useful (enough) to mark up only the first occurrence of any particular abbreviation on a page, and ignore the rest. Any text in the title attribute will appear when the user’s mouse hovers the abbreviation (although notably, this does not work in Internet Explorer for Windows). Example abbreviations:

    -

    BBC, HTML, and Staffs. are common abbreviated terms.

    +

    BBC, HTML, and Staffs. are common abbreviated terms.

    <abbr title="HyperText Markup Language">HTML</abbr>is a common abbreviated term
    diff --git a/templates/sponsors/admin/send_sponsors_notification.html b/templates/sponsors/admin/send_sponsors_notification.html index 4319f2405..896722014 100644 --- a/templates/sponsors/admin/send_sponsors_notification.html +++ b/templates/sponsors/admin/send_sponsors_notification.html @@ -48,7 +48,7 @@

    Send notifications

    {% if email_preview %}

    Email Preview

    -

    Suject: {{ email_preview.subject }}

    +

    Subject: {{ email_preview.subject }}

    {{ email_preview.body|linebreaks }}

    This sample preview is based on the first sponsorship: {{ queryset.first }} {% endif %} diff --git a/templates/users/nominations_view.html b/templates/users/nominations_view.html index 9666567f8..4242db954 100644 --- a/templates/users/nominations_view.html +++ b/templates/users/nominations_view.html @@ -19,7 +19,7 @@

    {{ election.name }} Election

    {% if nominations.nominations_recieved|length > 0 %} -

    Nominations Recieved

    +

    Nominations Received

      {% for nomination in nominations.nominations_recieved %}