diff --git a/pagure/static/pagure.css b/pagure/static/pagure.css index 2900dee..52fd5de 100644 --- a/pagure/static/pagure.css +++ b/pagure/static/pagure.css @@ -279,7 +279,8 @@ header h1 span { background: #fff; } -.del_icon { +.del_icon, +.star_icon { display: inline; } @@ -648,8 +649,8 @@ header.repo.forked > p { #request_pull { background-color: rgb(54, 97, 190); padding: 6px; -} - +} + #fork_button a { background-image: url(images/fork_button.png); } diff --git a/pagure/templates/user_settings.html b/pagure/templates/user_settings.html index 72ecbe2..578cc6a 100644 --- a/pagure/templates/user_settings.html +++ b/pagure/templates/user_settings.html @@ -22,6 +22,19 @@ + {% if email.email == user.default_email %} + (default) + {% else %} +
+ + {{ form.csrf_token }} + +
+ {% endif %} {% endmacro %}