Skip to content

Commit

Permalink
css and template fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
oguzy committed Aug 7, 2012
1 parent 2463952 commit 9338006
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions openwitness/pcap/views.py
Original file line number Diff line number Diff line change
Expand Up @@ -972,6 +972,7 @@ def create_parallel_coordinates(request, flow_pcap_md5):
csv_file.write(content)
csv_file.close()
context = dict()
context['page_title'] = "Parallel Coordinates View"
context['flow'] = parent_flow
context['hash_value'] = flow_pcap_md5
context['csv_file_url'] = os.path.join(settings.ALTERNATE_BASE_URL, "csv_media", file_name)
Expand Down

0 comments on commit 9338006

Please sign in to comment.