diff --git a/templates/index.tmpl b/templates/index.tmpl
index 6eef6f8..c18468c 100644
--- a/templates/index.tmpl
+++ b/templates/index.tmpl
@@ -40,7 +40,7 @@
href="/poll/{{ $poll.Id }}"
>
- {{ .ShortDescription }}
- {{ if .LongDescription }}
- {{ .LongDescription | MakeLinks }}
+ {{ .Title }}
+ {{ if .Description }}
+ {{ .Description | MakeLinks }}
{{ end }}
{{ if eq .PollType "ranked" }}
This is a Ranked Choice vote. Rank the candidates in order of your preference. 1 is most preferred, and {{ .RankedMax }} is least perferred. You may leave an option blank
diff --git a/templates/result.tmpl b/templates/result.tmpl
index 0ec7944..acbe0a4 100644
--- a/templates/result.tmpl
+++ b/templates/result.tmpl
@@ -50,9 +50,9 @@