| Index: appengine/auth_service/templates/config.html
|
| diff --git a/appengine/auth_service/templates/config.html b/appengine/auth_service/templates/config.html
|
| index 9d4a101efd249d3a9c1d7329538387a4f3a2136e..1b7def54e9471d878984259675e5b90eb5d62eb2 100644
|
| --- a/appengine/auth_service/templates/config.html
|
| +++ b/appengine/auth_service/templates/config.html
|
| @@ -21,7 +21,7 @@
|
| </div>
|
| <div class="form-group">
|
| {% if auth_service_config_locked %}
|
| - {{ render_config_locked() }}
|
| + {{ render_config_locked("imports.cfg") }}
|
| {% else %}
|
| {% if is_admin %}
|
| <button type="submit" class="btn btn-primary">Save</button>
|
|
|