diff --git a/pagure/templates/repo_master.html b/pagure/templates/repo_master.html index 1b709aa..0412412 100644 --- a/pagure/templates/repo_master.html +++ b/pagure/templates/repo_master.html @@ -17,40 +17,49 @@ {{ repo.name }} {%- endif -%} - {% if authenticated and not repo.is_fork %} + {% if authenticated %}
-
- - {{ forkbuttonform.csrf_token }} -
- {% endif %} - - {% if authenticated %} -
- - - + {% endif %} + + {% if authenticated %} +
+
{% endif %} {% if repo.is_fork %} @@ -214,20 +223,15 @@