const { renderView } = require('../../../view'); const buildWeatherLocationFormViewModel = require('./form-view-model'); module.exports = function renderWeatherLocationEditPage(location, message, currentUser, options) { return renderView('data-sources/weather/form', buildWeatherLocationFormViewModel(location, message, currentUser, true, options)); };