Fix template

This commit is contained in:
Kevin Fenzi 2015-07-28 03:00:17 +00:00
parent c535e1cd08
commit 16f52a37f3

View file

@ -38,7 +38,7 @@ def calc_list():
group_name = 'ambassadors'
username = 'fedoradummy'
password = '<%= fedoraDummyUserPassword %>'
password = '{{ fedoraDummyUserPassword }}'
{% if env == "staging" %}
base_url = 'https://admin.stg.fedoraproject.org/accounts/'