Skip to content
This repository has been archived by the owner on Sep 5, 2019. It is now read-only.

Commit

Permalink
Changes the long date format to include the weekday
Browse files Browse the repository at this point in the history
  • Loading branch information
Denis Krienbühl committed Nov 30, 2017
1 parent 6fa4926 commit 2d56f06
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 2 deletions.
3 changes: 3 additions & 0 deletions HISTORY.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
Changelog
---------

- Changes the long date format to include the weekday.
[href]

- Highlights the parent link in each breadcrumb.
[href]

Expand Down
4 changes: 2 additions & 2 deletions onegov/org/layout.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,8 +64,8 @@ def view_example(self, request):
"""

date_long_without_year_format = 'd. MMMM'
datetime_long_without_year_format = 'd. MMMM HH:mm'
date_long_without_year_format = 'E d. MMMM'
datetime_long_without_year_format = 'E d. MMMM HH:mm'

@property
def org(self):
Expand Down

0 comments on commit 2d56f06

Please sign in to comment.