Add missing fields to summary sheet
This commit is contained in:
parent
2b2c9ee706
commit
c315620be0
@ -58,10 +58,10 @@ export class SiteSheet {
|
||||
<span class="icon has-text-link">
|
||||
<i class="fa fa-map"></i>
|
||||
</span>
|
||||
<strong>Località generica:</strong> DA INSERIRE
|
||||
<strong>Località generica:</strong> ${this._siteData.loc_generica}
|
||||
</p>
|
||||
<p class="mt-4 p-2">
|
||||
Descrizione breve... bla bla bla...
|
||||
<p class="mt-4 pl-2 pr-5">
|
||||
${this._siteData.desc_breve}
|
||||
</p>
|
||||
</div>`;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user