Use current bugreport template in koschei prod

This commit is contained in:
Michael Simacek 2016-05-21 22:10:04 +02:00
parent aa806bdb11
commit 35d6c5bf38

View file

@ -79,7 +79,6 @@ config = {
"openid": {
"openid_provider": "{{ koschei_openid_provider }}",
},
{% if env == 'staging' %} # this is for > 1.6.1
"links": [
{"name": "Packages",
"url": "https://apps{{ env_prefix }}.fedoraproject.org/packages/{package.name}"},
@ -117,7 +116,6 @@ config = {
{{ koschei_topurl }}/package/{name}"""
},
},
{% endif %}
}
# Local Variables: