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