Skip to content

Commit

Permalink
flag name changed
Browse files Browse the repository at this point in the history
  • Loading branch information
saavrabh committed May 25, 2017
1 parent 343ad4b commit cc6596f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ <h5>Name</h5>

</div>
<br>
{% if not no_altname %}
{% if not no_altnames %}
<div class="left">
<h5>Display Name</h5>
<div class="gray-text"></div>
Expand Down
2 changes: 1 addition & 1 deletion gnowsys-ndf/gnowsys_ndf/ndf/views/gcourse.py
Original file line number Diff line number Diff line change
Expand Up @@ -3570,6 +3570,6 @@ def widget_page_create_edit(request, group_id, node_id=None):
'post_url': reverse(url_name, kwargs=url_kwargs),
'cancel_url': reverse('course_notebook', kwargs={'group_id': group_id}),
'title': 'notebook',
'no_altname':True
'no_altnames':True
})
return render_to_response(template, req_context)

0 comments on commit cc6596f

Please sign in to comment.