Change final screen to explain to user what they can expect next

This commit is contained in:
Senad Uka
2019-09-21 08:14:04 +02:00
parent 51411a4109
commit 0f01a070ca
2 changed files with 7 additions and 13 deletions

View File

@@ -1,5 +1,5 @@
const getGoAgain = async (req, res) => {
const title = "Želite li pretražiti još jednu nekretninu ?";
const title = "Uspjeh!";
res.render("goAgain", { title });
};