Skip to content

Commit

Permalink
BGDIDIC-956: remove url
Browse files Browse the repository at this point in the history
  • Loading branch information
faselm committed Jun 13, 2024
1 parent a7ee281 commit fb845c4
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
1 change: 0 additions & 1 deletion chsdi/models/vector/vbs.py
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,6 @@ class Armeelogistikcenter(Base, Vector):
name = Column('name', Unicode)
abkuerzung = Column('abkuerzung', Unicode)
mail = Column('email', Unicode)
url = Column('url', Unicode)
the_geom = Column(Geometry2D)

register('ch.vbs.armeelogistikcenter', Armeelogistikcenter)
Expand Down
2 changes: 0 additions & 2 deletions chsdi/templates/htmlpopup/armeelogistikcenter.mako
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,5 @@
<td>${c['attributes']['abkuerzung'] or '-'}</td></tr>
<tr><td class="cell-left">${_('ch.vbs.armeelogistikcenter.mail')}</td>
<td><a href="mailto:${c['attributes']['mail'] or '-'}">${_('ch.vbs.armeelogistikcenter.mail')}</a></td>
<tr><td class="cell-left">${_('ch.vbs.armeelogistikcenter.url')}</td>
<td><a href="http://${c['attributes']['url'] or '-'}" target="_blank">${_('ch.vbs.armeelogistikcenter.url')}</a></td></tr>
</%def>

0 comments on commit fb845c4

Please sign in to comment.