~vila/uci-engine/enable-nova-and-swift

« back to all changes in this revision

Viewing changes to webui/tickets/views.py

  • Committer: Evan Dandrea
  • Date: 2014-06-30 12:07:54 UTC
  • mfrom: (630 uci-engine)
  • mto: This revision was merged to the branch mainline in revision 655.
  • Revision ID: evan.dandrea@canonical.com-20140630120754-z6x5eqdahpp2qfrt
Merge with trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
 
24
24
def livelog(request, ticket_id):
25
25
    base_data['ticket_id'] = ticket_id
 
26
    base_data['lander_unit'] = request.GET['lander_unit']
26
27
    return render_to_response('tickets/logview.html', base_data)
27
28
 
28
29