[copr] master: the build detail page needed to change the import to the detail forms (7411916)

skvidal at fedoraproject.org skvidal at fedoraproject.org
Sun Jan 20 22:36:48 UTC 2013


Repository : http://git.fedorahosted.org/cgit/copr.git

On branch  : master

>---------------------------------------------------------------

commit 74119168d6cf804d74db2b75f56fccd2272b6aef
Author: Seth Vidal <skvidal at fedoraproject.org>
Date:   Sun Jan 20 17:33:10 2013 -0500

    the build detail page needed to change the import to the detail forms


>---------------------------------------------------------------

 .../coprs/templates/coprs/_builds_table.html       |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/coprs_frontend/coprs/templates/coprs/_builds_table.html b/coprs_frontend/coprs/templates/coprs/_builds_table.html
index 072a7e3..ac44dc4 100644
--- a/coprs_frontend/coprs/templates/coprs/_builds_table.html
+++ b/coprs_frontend/coprs/templates/coprs/_builds_table.html
@@ -1,4 +1,4 @@
-{% from "coprs/_coprs_forms.html" import copr_build_cancel_form %}
+{% from "coprs/detail/_build_forms.html" import copr_build_cancel_form %}                
 
 {% macro builds_table(builds) %}
   {% if builds %}



More information about the copr-devel mailing list