[damned-lies] Removed internal date format from translatable strings



commit 0f0c0c6c46a77f20d809f64d1a89bb5771d2e1b4
Author: Claude Paroz <claude 2xlibre net>
Date:   Wed May 25 14:13:53 2016 +0200

    Removed internal date format from translatable strings

 templates/vertimus/vertimus_detail.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/templates/vertimus/vertimus_detail.html b/templates/vertimus/vertimus_detail.html
index 3147110..e152d02 100644
--- a/templates/vertimus/vertimus_detail.html
+++ b/templates/vertimus/vertimus_detail.html
@@ -176,13 +176,13 @@ $(document).ready(function() {
       <div class="face_image">{{ action.person|people_image }}</div>
       <a href="{{ action.person.get_absolute_url }}">{{ action.person.name }}</a>
       , <br /><a name="{{ action.id }}" href="#{{ action.id }}" title="{% trans 'Link to this comment' 
%}"><img alt="link comment icon" class="action_icons" src="{{ STATIC_URL }}img/share.png"></a>
-        <a role="button" data-toggle="collapse" href="#{{ action.created|date:_("Y_g_i_s") }}" 
class="visible-xs-inline" aria-expanded="false" aria-controls="collapseExample2">
+        <a role="button" data-toggle="collapse" href="#{{ action.created|date:"Y_g_i_s" }}" 
class="visible-xs-inline" aria-expanded="false" aria-controls="collapseExample2">
                  <img alt="icon for action time" class="action_icons" src="{{ STATIC_URL }}img/clock.png">
                </a>
         {% if action.sent_to_ml%}
                  <img alt="mail icon sent" class="action_icons" src="{{ STATIC_URL }}img/mail.png" title="{% 
trans 'This message was sent to the mailing list' %}">
         {% endif %}
-        <div class="collapse" id="{{ action.created|date:_("Y_g_i_s") }}">
+        <div class="collapse" id="{{ action.created|date:"Y_g_i_s" }}">
                        {{ action.created|date:_("Y-m-d g:i a O") }}
                </div>
         <strong>{{ action.description }}</strong>


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]