Skip to content
Snippets Groups Projects
Commit 1cc4d654 authored by Stefan Galinski's avatar Stefan Galinski :video_game:
Browse files

[BUGFIX] Add missing zip to adresses

parent 6fa100f0
No related branches found
No related tags found
No related merge requests found
......@@ -64,7 +64,7 @@
<f:if condition="{company.state}">
{company.state}<br>
</f:if>
{company.city}<br>
{company.zip} {company.city}<br>
</span>
</f:for>
</f:then>
......@@ -87,7 +87,7 @@
<f:if condition="{job.company.state}">
{job.company.state}<br>
</f:if>
{job.company.city}
{job.company.zip} {job.company.city}
</p>
</f:if>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment