Summary: Fix a missing hide_menu in agenda edit, also delete some now

unused blocks
 - Legacy-Id: 8995
This commit is contained in:
Ole Laursen 2015-02-05 15:48:17 +00:00
parent 0edbca5f76
commit ea33e0e3b7
3 changed files with 2 additions and 7 deletions

View file

@ -270,7 +270,8 @@ def edit_agenda(request, num=None, owner=None, name=None):
return HttpResponse(render_to_string("meeting/private_agenda.html",
{"schedule":schedule,
"meeting": meeting,
"meeting_base_url":meeting_base_url},
"meeting_base_url":meeting_base_url,
"hide_menu": True},
RequestContext(request)), status=403, content_type="text/html")
scheduledsessions = get_all_scheduledsessions_from_schedule(schedule)

View file

@ -8,9 +8,6 @@
{% endfor %}
{% endblock morecss %}
{% block start_content_table %}{% endblock %}
{% block end_content_table %}{% endblock %}
{% block content %}
<div id="read_only">
<p>You do not have access this agenda. It belongs to {{ schedule.owner }}.</p>

View file

@ -72,9 +72,6 @@ promiselist.push(ts_promise);
{% endblock js %}
{% block start_content_table %}{% endblock %}
{% block end_content_table %}{% endblock %}
{% block content %}
<div class="wrapper custom_text_stuff">
<div style="ui-icon ui-icon-arrow-1-w" id="close_ietf_menubar">