diff --git a/templates/index.tmpl b/templates/index.tmpl index 6bfb44f..dba8cc4 100644 --- a/templates/index.tmpl +++ b/templates/index.tmpl @@ -47,7 +47,7 @@ class="list-group-item list-group-item-action" href="/poll/{{ $poll.Id }}" > - {{ + {{ $poll.ShortDescription }} diff --git a/templates/poll.tmpl b/templates/poll.tmpl index bcc92d4..a501a09 100644 --- a/templates/poll.tmpl +++ b/templates/poll.tmpl @@ -26,7 +26,7 @@
-

{{ .ShortDescription }}

+

{{ .ShortDescription }}

{{ if .LongDescription }}

{{ .LongDescription | MakeLinks }}

{{ end }} diff --git a/templates/result.tmpl b/templates/result.tmpl index f3542a6..fe53bf4 100644 --- a/templates/result.tmpl +++ b/templates/result.tmpl @@ -25,7 +25,7 @@
-

{{ .ShortDescription }}

+

{{ .ShortDescription }}

{{ if .LongDescription }}

{{ .LongDescription | MakeLinks }}

{{ end }}