TBR: identityd: Quick UI bug fix.

Change-Id: I22b5a06c1f4b50737ebe4f707d29d9dda767371a
diff --git a/services/identity/internal/templates/caveats.go b/services/identity/internal/templates/caveats.go
index a007e6e..6dfae11 100644
--- a/services/identity/internal/templates/caveats.go
+++ b/services/identity/internal/templates/caveats.go
@@ -107,6 +107,8 @@
       if (numCaveats == 1) {
         $('.removeCaveat').hide();
       }
+      $('.addCaveat').show();
+      $('.caveats').last().show();
     });
 
     // Get the timezoneOffset for the server to create a correct expiry caveat.
@@ -145,10 +147,10 @@
       <span>{{.BlessingName}}/{{.Extension}}/</span><input name="blessingExtension" type="text" placeholder="extension">
     </div>
     <input type="text" class="hidden" id="timezoneOffset" name="timezoneOffset">
-    <div>
+  </div>
+  <div>
       The blessing name contains your email and will be visible to any peers that
       this blessing is shared with, e.g. when you make a RPC.
-    </div>
   </div>
 
   <h4>Caveats</h4>