Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
HalfdanJ committed Oct 10, 2011
2 parents 6ea2920 + 3083f10 commit 47c1d8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,5 @@
.idea
*pyc
*~
media
settings_local.py
4 changes: 2 additions & 2 deletions apps/log/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -34,8 +34,8 @@ def member(request, id):
log_list = []
for log in log_entries:
log_list.append({
'latitude': log.latitude,
'longitude': log.longitude,
#'latitude': log.latitude,
#'longitude': log.longitude,
'on_illutron': log.on_illutron,
'time': log.time.isoformat(),
'description': log.description
Expand Down

0 comments on commit 47c1d8d

Please sign in to comment.