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/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.

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/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 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/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

    -
    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.

    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 %} 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/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 %} 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 %}
    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 %} 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