Hotfixed Parlamentarier Image now shown again
This commit is contained in:
parent
92c2d21b8f
commit
91ca1ad007
1 changed files with 1 additions and 1 deletions
|
@ -104,7 +104,7 @@ public class ParlamentarierController {
|
|||
|
||||
// Foto des Abgeordnetes
|
||||
String picture = MongoPprUtils.getParlamentarierPictureByID(id);
|
||||
attributes.put("picture", picture);
|
||||
attributes.put("pic", picture);
|
||||
|
||||
ctx.render("parlamentarierDetails.ftl", attributes);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue