Browse Source

Closes #128: Fix code who brok search

Bastien Sevajol (Algoo) 8 years ago
parent
commit
8807c2fa0a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      tracim/tracim/templates/search/display.mak

+ 1 - 1
tracim/tracim/templates/search/display.mak View File

@@ -42,7 +42,7 @@
42 42
         </h1>
43 43
 
44 44
         <div style="margin: -1.5em auto -1.5em auto;" class="tracim-less-visible">
45
-            <% created_localized = h.get_with_timezone(result.folder.created) %>
45
+##            <% created_localized = h.get_with_timezone(result.folder.created) %>
46 46
 ##          <p>${_('folder created on {date} at {time} by <b>{author}</b>').format(date=h.date(created_localized), time=h.time(created_localized), author=result.folder.owner.name)|n}</p>
47 47
         </div>
48 48
     </div>