Remove redundant variable definition

This unused variable is a hangover from when the permissions
were displayed horizontally in a table.
This commit is contained in:
Chris Hill-Scott
2018-09-25 17:00:54 +01:00
committed by GitHub
parent 6d32d8b756
commit 901b924e35

View File

@@ -5,14 +5,6 @@
{% from "components/textbox.html" import textbox %}
{% from "components/live-search.html" import live_search %}
{% set table_options = {
'field_headings': [
'Name', 'Send messages', 'Modify service', 'Access API keys', hidden_field_heading('Link to change')
],
'field_headings_visible': True,
'caption_visible': True
} %}
{% block service_page_title %}
Team members
{% endblock %}