mirror of
https://gitlab.com/allianceauth/allianceauth.git
synced 2026-02-08 08:06:20 +01:00
Merge branch 'hrapp' of https://github.com/R4stl1n/allianceauth into hrapp
Conflicts: stock/templates/registered/hrapplicationview.html
This commit is contained in:
@@ -153,7 +153,10 @@ def hr_application_view(request, app_id):
|
||||
|
||||
context = {
|
||||
'application': application,
|
||||
'comments': comments, 'comment_form': form}
|
||||
'comments': comments,
|
||||
'comment_form': form,
|
||||
'apis': application.user.eveapikeypair_set.all(),
|
||||
}
|
||||
|
||||
return render_to_response('registered/hrapplicationview.html',
|
||||
context, context_instance=RequestContext(request))
|
||||
|
||||
Reference in New Issue
Block a user