[Bug 625898] Link timestamp to specific post in question

This commit is contained in:
Kadir Topal 2013-09-04 19:50:45 +02:00 коммит произвёл Ricky Rosario
Родитель 1c847dd111
Коммит 58d5e2d49a
1 изменённых файлов: 2 добавлений и 1 удалений

Просмотреть файл

@ -29,7 +29,8 @@
{% if answer.id %}
<div class="asked-on">
{{ _('Posted') }}<br>
{{ datetimeformat(answer.created) }}
<a href="{{answer.get_absolute_url()}}"> {{ datetimeformat(answer
.created) }} </a>
</div>
{% endif %}
</div>