Merge pull request #170 from HenryGBC/feature/new_digitalglarus
Fixed urls footer
This commit is contained in:
commit
65639b8b11
2 changed files with 2 additions and 2 deletions
|
@ -458,7 +458,7 @@ Alplora is just like a cattle bell, but much better.<p></p>
|
|||
<div class="col-md-6 footer-links">
|
||||
|
||||
<a href="http://www.ungleich.ch" target="_blank"><img src="{% static 'alplora/img/ungleich_logo.svg'%}"></a>
|
||||
<a href="http://www.ungleich.ch" target="_blank"> <img src="{% static 'alplora/img/digitalglarus_logo.svg'%}"></a>
|
||||
<a href="http://www.digitalglarus.ch" target="_blank"> <img src="{% static 'alplora/img/digitalglarus_logo.svg'%}"></a>
|
||||
<a href="https://www.adnexo.ch" target="_blank"> <img src="{% static 'alplora/img/adnexo_logo.svg'%}"></a>
|
||||
|
||||
</div>
|
||||
|
|
|
@ -182,7 +182,7 @@
|
|||
<div class="col-md-6 footer-links">
|
||||
|
||||
<a href="http://www.ungleich.ch" target="_blank"><img src="{% static 'alplora/img/ungleich_logo.svg'%}"></a>
|
||||
<a href="http://www.ungleich.ch" target="_blank"> <img src="{% static 'alplora/img/digitalglarus_logo.svg'%}"></a>
|
||||
<a href="http://www.digitalglarus.ch" target="_blank"> <img src="{% static 'alplora/img/digitalglarus_logo.svg'%}"></a>
|
||||
<a href="https://www.adnexo.ch" target="_blank"> <img src="{% static 'alplora/img/adnexo_logo.svg'%}"></a>
|
||||
|
||||
</div>
|
||||
|
|
Loading…
Reference in a new issue