templates/info_link.html
author Reimar Bauer <rb.proj AT googlemail DOT com>
Wed, 21 May 2014 14:09:44 +0200
changeset 285 d15bd0525093
parent 275 6d0b1a0468af
permissions -rw-r--r--
alignment of institutes image fixed
     1 
     2 <ul class="list-unstyled">
     3 <li>
     4     <a data-toggle="modal" data-target="#AuthorInfoModal">
     5 Kontakt: {{ card.title.value }} {{ card.fn.value }}
     6 </a>
     7 </li>
     8 {% if publications %}
     9    <li>
    10       <a data-toggle="modal" data-target="#PublicationsInfoModal">
    11 Weitere Informationen zum Thema
    12       </a>
    13 
    14    </li>
    15 {% endif %}
    16 </ul>
    17 
Impressum Datenschutzerklärung