From 458679328c35ef31b9bd4f4588047b0e32d270e1 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Feb 06 2016 13:21:31 +0000 Subject: Fix the HTML indentation --- diff --git a/pagure/templates/pull_request.html b/pagure/templates/pull_request.html index 4ab71ea..bb1e618 100644 --- a/pagure/templates/pull_request.html +++ b/pagure/templates/pull_request.html @@ -110,29 +110,33 @@ repo=repo.name, commitid=commitid, branch_from=branch_from, branch_to=branch_to) }}" method="post"> {% endif %} -
- Pull from - {% - if remote_git -%}{{ remote_git }}{%- - else -%} - {{ repo.fullname }} {%- - endif -%} - - - - {{ branch_from }} - into -{% if repo.is_fork -%}{{ repo.parent.fullname }}{% else %}{{ repo.fullname }}{% endif %} - +
+ Pull from + {% + if remote_git -%}{{ remote_git }}{%- + else -%} + {{ repo.fullname }} {%- + endif -%} + + + + {{ branch_from }} + + into + + {% if repo.is_fork -%}{{ repo.parent.fullname }}{% + else %}{{ repo.fullname }}{% endif %} +   +
- {{ render_bootstrap_field(form.title) }} + {{ render_bootstrap_field(form.title) }}

{{ form.csrf_token }}