Adding name to passed variables for generated bonfires

This commit is contained in:
Nathan Leniz
2015-01-27 22:46:18 -05:00
parent 5294462e4c
commit 4fcca641b6
2 changed files with 1 additions and 2 deletions

View File

@@ -179,6 +179,7 @@ exports.testBonfire = function(req, res) {
res.render('bonfire/show', {
completedWith: null,
title: bonfireName,
name: bonfireName,
difficulty: +bonfireDifficulty,
brief: bonfireDescription[0],
details: bonfireDescription.slice(1),