- 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 @@
-
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 @@
{% if nominations.nominations_recieved|length > 0 %}
-
Nominations Recieved
+
Nominations Received
{% for nomination in nominations.nominations_recieved %}
-