Add school adress and phone number (#20)

This commit is contained in:
Dominik Korsa 2019-10-31 16:41:34 +01:00 committed by Mikołaj Pich
parent cf27fa9d3e
commit 0fc5e2c6df
2 changed files with 4 additions and 4 deletions

View file

@ -733,8 +733,8 @@ router.all("/SzkolaINauczyciele.mvc/Get", (req, res) => {
"data": {
"Szkola": {
"Nazwa": res.locals.userInfo.JednostkaNazwa,
"Adres": "",
"Kontakt": "",
"Adres": "Ul. Wulkanowego 30, 30-300 Fakelog.cf, Polska",
"Kontakt": "+30 300 300 300",
"Dyrektor": `${headmaster.Imie} ${headmaster.Nazwisko}`,
"Pedagog": `${tutor.Imie} ${tutor.Nazwisko}`,
"Id": 0

View file

@ -10,10 +10,10 @@ append content
span.wartosc= userInfo.JednostkaNazwa
div.daneWiersz
span.tytul Adres szkoły:
span.wartosc
span.wartosc Ul. Wulkanowego 30, 30-300 Fakelog.cf, Polska
div.daneWiersz
span.tytul Telefon:
span.wartosc
span.wartosc +30 300 300 300
div.daneWiersz
span.tytul Imię i nazwisko dyrektora:
span.wartosc= headMaster