diff options
Diffstat (limited to 'web/template/status_poll.tmpl')
| -rw-r--r-- | web/template/status_poll.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/web/template/status_poll.tmpl b/web/template/status_poll.tmpl index 9c2d29166..8b3f0c60a 100644 --- a/web/template/status_poll.tmpl +++ b/web/template/status_poll.tmpl @@ -40,9 +40,9 @@ Poll {{- end -}} {{- if .Poll.Expired -}} - closed <time datetime="{{- .Poll.ExpiresAt -}}">{{- .Poll.ExpiresAt | timestampPrecise -}}</time> + closed <time datetime="{{- .Poll.ExpiresAt -}}">{{- .Poll.ExpiresAt -}}</time> {{- else if .Poll.ExpiresAt -}} - open until <time datetime="{{- .Poll.ExpiresAt -}}">{{- .Poll.ExpiresAt | timestampPrecise -}}</time> + open until <time datetime="{{- .Poll.ExpiresAt -}}">{{- .Poll.ExpiresAt -}}</time> {{- else -}} open forever {{- end -}} |
