Add services page.
[cas.git] / src / ssh_keys / templates / ssh_keys / sshkey_add.html
index 1b67d03..27b803c 100644 (file)
@@ -8,7 +8,7 @@
 <form method='post'>
   {% csrf_token %}
   {{ form.as_p }}
-  <button type='submit'>
+  <button type='submit' class="btn btn-primary">
     {% trans "Add" %}
   </button>
 </form>