From a6511143d7ceea10565ce1a456aba4a5c611751c Mon Sep 17 00:00:00 2001
From: Bach Dániel <bd@ik.bme.hu>
Date: Fri, 1 Aug 2014 00:22:44 +0200
Subject: [PATCH] dashboard: fix lease-edit template

---
 circle/dashboard/templates/dashboard/lease-edit.html | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/circle/dashboard/templates/dashboard/lease-edit.html b/circle/dashboard/templates/dashboard/lease-edit.html
index 0186ec1..519f0bd 100644
--- a/circle/dashboard/templates/dashboard/lease-edit.html
+++ b/circle/dashboard/templates/dashboard/lease-edit.html
@@ -82,9 +82,9 @@
               </tr>
               {% endfor %}
               <tr><td><i class="icon-plus"></i></td>
-                  <td><input type="text" class="form-control" name="perm-new-name"
+                  <td><input type="text" class="form-control" name="name"
                       placeholder="{% trans "Name of group or user" %}"></td>
-                  <td><select class="form-control" name="perm-new">
+                  <td><select class="form-control" name="level">
                           {% for id, name in acl.levels %}
                           <option value="{{id}}">{{name}}</option>
                           {% endfor %}
--
libgit2 0.26.0