From aa6975aae84a1899b6c7205ce1fb8fb841caf58f Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 08 2016 10:36:23 +0000 Subject: just some small indentation --- diff --git a/pagure/templates/issue.html b/pagure/templates/issue.html index 72c7642..e35b11a 100644 --- a/pagure/templates/issue.html +++ b/pagure/templates/issue.html @@ -1,5 +1,7 @@ {% extends "repo_master.html" %} -{% from "_formhelper.html" import render_field, render_bootstrap_field, show_comment, show_initial_comment %} +{% from "_formhelper.html" + import render_field, render_bootstrap_field, + show_comment, show_initial_comment %} {% block title %}Issue #{{ issueid }}: {{issue.title | noJS(ignore="img") | safe }} - {{ repo.name }}{% endblock %} {% set tag = "home"%}