Add raw_datetime()
function to tailbone.helpers
module
This commit is contained in:
parent
fdb76fc56c
commit
97345c9710
|
@ -35,7 +35,7 @@ from rattail.util import pretty_quantity, pretty_hours, hours_as_decimal
|
||||||
from webhelpers2.html import *
|
from webhelpers2.html import *
|
||||||
from webhelpers2.html.tags import *
|
from webhelpers2.html.tags import *
|
||||||
|
|
||||||
from tailbone.util import csrf_token, pretty_datetime
|
from tailbone.util import csrf_token, pretty_datetime, raw_datetime
|
||||||
|
|
||||||
|
|
||||||
def pretty_date(date):
|
def pretty_date(date):
|
||||||
|
|
Loading…
Reference in a new issue