|
@@ -172,7 +172,8 @@ def create_participant():
|
|
|
db.session.add(participant)
|
|
|
db.session.commit()
|
|
|
return render_template('participant.html', participant=participant,
|
|
|
- uuid=participant.uuid)
|
|
|
+ uuid=participant.uuid,
|
|
|
+ peerfinder=app.config["PEERFINDER_DN42"])
|
|
|
else:
|
|
|
return "Invalid arguments"
|
|
|
|