Skip to content

Commit 65cb6aa

Browse files
Mariattaberkerpeksag
authored andcommitted
Remove story's creation time from the successstories template.
The creation time is the time the story was imported to Django, but it was not the time the story itself was initially written. Closes #1626
1 parent e60fba5 commit 65cb6aa

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

templates/successstories/story_detail.html

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ <h1>{{ story.name }}</h1>
3131
<p class="company-byline">
3232
Written by <strong>{{ story.author }}</strong>,
3333
<a rel="external" href="{{ story.get_company_url }}">{{ story.get_company_name }}</a>
34-
<time datetime="{{ story.created|date:'c' }}">{{ story.created|date:'F Y' }}</time>
3534
</p>
3635

3736
{{ story.content.rendered|safe }}

0 commit comments

Comments
 (0)