[copr] master: Commit forgotten add_build template (0190651)

bkabrda at fedoraproject.org bkabrda at fedoraproject.org
Mon Jan 21 11:16:14 UTC 2013


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

On branch  : master

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

commit 019065127ed6ccb24fba16e52c08128dffc166a2
Author: Bohuslav Kabrda <bkabrda at redhat.com>
Date:   Mon Jan 21 12:16:05 2013 +0100

    Commit forgotten add_build template


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

 .../coprs/templates/coprs/detail/add_build.html    |   10 ++++++++++
 1 files changed, 10 insertions(+), 0 deletions(-)

diff --git a/coprs_frontend/coprs/templates/coprs/detail/add_build.html b/coprs_frontend/coprs/templates/coprs/detail/add_build.html
new file mode 100644
index 0000000..e7e8713
--- /dev/null
+++ b/coprs_frontend/coprs/templates/coprs/detail/add_build.html
@@ -0,0 +1,10 @@
+{% extends "coprs/detail.html" %}
+{% block title %}Adding Build for {{ copr.owner.name }}/{{ copr.name }}{% endblock %}
+{% block new_build_selected %}selected{% endblock %}
+{% from "coprs/detail/_build_forms.html" import copr_build_form with context %}
+
+{% block detail_body %}
+
+  {{ copr_build_form(form, 'coprs_ns.copr_new_build', copr) }}
+
+{% endblock %}



More information about the copr-devel mailing list