From 767d71c095805d565d58d18c8017d4ed3154de5a Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Mar 26 2014 09:58:53 +0000 Subject: s/fedocal/progit/ in places where it was still needed Signed-off-by: Pierre-Yves Chibon --- diff --git a/progit/__init__.py b/progit/__init__.py index 274c9ae..9741496 100644 --- a/progit/__init__.py +++ b/progit/__init__.py @@ -108,7 +108,7 @@ work. flask.url_for('auth_login', next=flask.request.url)) elif not flask.g.fas_user.cla_done: flask.flash('You must sign the CLA (Contributor License ' - 'Agreement to use fedocal', 'errors') + 'Agreement to use progit', 'errors') return flask.redirect(flask.url_for('.index')) return function(*args, **kwargs) return decorated_function diff --git a/progit/default_config.py b/progit/default_config.py index c4d7087..dd29316 100644 --- a/progit/default_config.py +++ b/progit/default_config.py @@ -16,7 +16,7 @@ SECRET_KEY = '' # url to the database server: DB_URL = 'sqlite:////var/tmp/progit_dev.sqlite' -# The FAS group in which the admin of fedocal are +# The FAS group in which the admin of progit are ADMIN_GROUP = 'progit_admin' # The email address to which the flask.log will send the errors (tracebacks)