Skip to content

Commit

Permalink
Ajout de la date de la notification sur mobile (#3852)
Browse files Browse the repository at this point in the history
  • Loading branch information
AmarOk1412 authored and GerardPaligot committed Oct 2, 2016
1 parent 2076f43 commit 2c9461c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions templates/notification/followed.html
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,7 @@ <h4 class="notification-title" itemprop="itemListElement">{{ notification.title
</a>
</div>
<p class="notification-last-answer">
<span class="notification-last-answer-short-date">{{ notification.pubdate|format_date:True|capfirst }}</span>
<span class="notification-last-answer-long-date">{{ notification.pubdate|format_date|capfirst }}</span>
<span class="notification-last-answer-author">
{% trans "par" %}
Expand Down

0 comments on commit 2c9461c

Please sign in to comment.