summaryrefslogtreecommitdiffstats
path: root/ogcp/views.py
diff options
context:
space:
mode:
Diffstat (limited to 'ogcp/views.py')
-rw-r--r--ogcp/views.py1
1 files changed, 0 insertions, 1 deletions
diff --git a/ogcp/views.py b/ogcp/views.py
index dc8d3d0..fd4eb01 100644
--- a/ogcp/views.py
+++ b/ogcp/views.py
@@ -1272,7 +1272,6 @@ def action_client_update():
db_client = r.json()
- form.mac.render_kw = {'readonly': True}
form.server.data = "{0}:{1}".format(server.ip, server.port)
form.ip.data = db_client['ip']
form.ip.render_kw = {'readonly': True}