From e8e354eb7135785d1da3551622ede5595a5ee68e Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 26 2015 16:39:48 +0000 Subject: Split the user settings over two tables so that we can have two forms This way the email forms and the form for the SSH key are not overlapping and we can safely use both --- diff --git a/pagure/templates/user_settings.html b/pagure/templates/user_settings.html index ef318b5..a8c3d52 100644 --- a/pagure/templates/user_settings.html +++ b/pagure/templates/user_settings.html @@ -52,18 +52,22 @@ {% endif %} {% endfor %} + + +
+ - {{ render_field_in_cell(form.ssh_key) }} -
+

{{ form.csrf_token }} -

+ +