Subversion Repositories SmartDukaan

Rev

Rev 22927 | Rev 23568 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 22927 Rev 23366
Line 55... Line 55...
55
		FofoForm ff = mongoClient.getFofoForm(fofoId);
55
		FofoForm ff = mongoClient.getFofoForm(fofoId);
56
		model.addAttribute("fofoForm", mongoClient.getFofoFormJsonStringByFofoId(fofoId));
56
		model.addAttribute("fofoForm", mongoClient.getFofoFormJsonStringByFofoId(fofoId));
57
		model.addAttribute("email", ff.getRegisteredEmail1());
57
		model.addAttribute("email", ff.getRegisteredEmail1());
58
		return "fofo-form";
58
		return "fofo-form";
59
	}
59
	}
-
 
60
	
60
}
61
}