diff --git a/brewman/brewman/static/offline.appcache b/brewman/brewman/static/offline.appcache index b3de24ea..967a5606 100644 --- a/brewman/brewman/static/offline.appcache +++ b/brewman/brewman/static/offline.appcache @@ -1,6 +1,6 @@ CACHE MANIFEST -# version 2013-06-06.1 +# version 2013-06-06.2 CACHE: /partial/404.html diff --git a/brewman/brewman/static/partial/journal.html b/brewman/brewman/static/partial/journal.html index 5077b7ec..3b353d2d 100644 --- a/brewman/brewman/static/partial/journal.html +++ b/brewman/brewman/static/partial/journal.html @@ -15,7 +15,9 @@ - + +
@@ -70,7 +72,8 @@
-
- Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}. Posted - by {{voucher.Poster}} + Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by + {{voucher.User.Name}}. Posted by {{voucher.Poster}}
diff --git a/brewman/brewman/static/partial/payment.html b/brewman/brewman/static/partial/payment.html index 7c94ce27..078cd4c1 100644 --- a/brewman/brewman/static/partial/payment.html +++ b/brewman/brewman/static/partial/payment.html @@ -89,7 +89,7 @@
- Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}. Posted - by {{voucher.Poster}} + Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by + {{voucher.User.Name}}. Posted by {{voucher.Poster}}
diff --git a/brewman/brewman/static/partial/purchase-return.html b/brewman/brewman/static/partial/purchase-return.html index e15b577c..d52ee1ba 100644 --- a/brewman/brewman/static/partial/purchase-return.html +++ b/brewman/brewman/static/partial/purchase-return.html @@ -97,8 +97,7 @@
- Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}. - Posted - by {{voucher.Poster}} + Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by + {{voucher.User.Name}}. Posted by {{voucher.Poster}}
\ No newline at end of file diff --git a/brewman/brewman/static/partial/purchase.html b/brewman/brewman/static/partial/purchase.html index 696a3170..43187b63 100644 --- a/brewman/brewman/static/partial/purchase.html +++ b/brewman/brewman/static/partial/purchase.html @@ -104,8 +104,7 @@
- Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}. - Posted - by {{voucher.Poster}} + Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by + {{voucher.User.Name}}. Posted by {{voucher.Poster}}
\ No newline at end of file diff --git a/brewman/brewman/static/partial/receipt.html b/brewman/brewman/static/partial/receipt.html index 9630a1c3..1de9a1ba 100644 --- a/brewman/brewman/static/partial/receipt.html +++ b/brewman/brewman/static/partial/receipt.html @@ -91,7 +91,7 @@
- Created on {{voucher.CreationDate}} and Last Edited on {{voucher.LastEditDate}} by {{voucher.User.Name}}. Posted - by {{voucher.Poster}} + Created on {{voucher.CreationDate | localTime}} and Last Edited on {{voucher.LastEditDate | localTime}} by + {{voucher.User.Name}}. Posted by {{voucher.Poster}}