mirror of
https://github.com/Theodor-Springmann-Stiftung/hamann-ausgabe-core.git
synced 2025-10-30 01:35:32 +00:00
Vorbereitung Webseitenstruktur HKB & HKW. Ordnerstruktur unt unrterschiedliche Layouts angelegt. Alle Views werden manuell in den Controllern angegeben.
This commit is contained in:
@@ -75,7 +75,7 @@ public class Briefecontroller : Controller {
|
||||
}
|
||||
|
||||
// Return
|
||||
return View(model);
|
||||
return View("~/Views/HKB/Dynamic/Briefe.cshtml", model);
|
||||
}
|
||||
|
||||
private IActionResult error404() {
|
||||
|
||||
Reference in New Issue
Block a user