diff options
| author | Yuval Adam <yuval@top7.com> | 2011-01-23 18:54:37 +0200 |
|---|---|---|
| committer | Yuval Adam <yuval@top7.com> | 2011-01-23 18:54:37 +0200 |
| commit | e64f28181df51077beb2ea6893da800cca484b91 (patch) | |
| tree | c846e523689d9551d85708ec1030e4f477307d4b | |
| parent | 7e54bdcb044adaa1fe5c04c69a59614f0e33d04b (diff) | |
fixed minute bug
| -rw-r--r-- | templates/main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/main.html b/templates/main.html index 9e8a544..f408c7b 100644 --- a/templates/main.html +++ b/templates/main.html @@ -56,7 +56,7 @@ </div> </div> <div class="metadata span-10 last"> - <span class="date">{{ m.date|date:'H:m, d M Y' }}</span> + <span class="date">{{ m.date|date:'H:i, d M Y' }}</span> <span class="comment">{{ m.comment }}</span> </div> </div> |
