Show More
@@ -388,10 +388,6 b' li {' | |||||
388 | color: #ccc; |
|
388 | color: #ccc; | |
389 | } |
|
389 | } | |
390 |
|
390 | |||
391 | .role { |
|
|||
392 | text-decoration: underline; |
|
|||
393 | } |
|
|||
394 |
|
||||
395 | .form-email { |
|
391 | .form-email { | |
396 | display: none; |
|
392 | display: none; | |
397 | } |
|
393 | } |
@@ -302,10 +302,6 b' input[type="submit"]:hover {' | |||||
302 | color: #555; |
|
302 | color: #555; | |
303 | } |
|
303 | } | |
304 |
|
304 | |||
305 | .role { |
|
|||
306 | text-decoration: underline; |
|
|||
307 | } |
|
|||
308 |
|
||||
309 | .form-email { |
|
305 | .form-email { | |
310 | display: none; |
|
306 | display: none; | |
311 | } |
|
307 | } |
@@ -279,10 +279,6 b' li {' | |||||
279 | color: #ccc; |
|
279 | color: #ccc; | |
280 | } |
|
280 | } | |
281 |
|
281 | |||
282 | .role { |
|
|||
283 | text-decoration: underline; |
|
|||
284 | } |
|
|||
285 |
|
||||
286 | .form-email { |
|
282 | .form-email { | |
287 | display: none; |
|
283 | display: none; | |
288 | } |
|
284 | } |
@@ -19,10 +19,7 b'' | |||||
19 | {% for value in values.contacts %} |
|
19 | {% for value in values.contacts %} | |
20 | <a href="mailto:{{ value }}">{{ value }}</a> |
|
20 | <a href="mailto:{{ value }}">{{ value }}</a> | |
21 | {% endfor %} - |
|
21 | {% endfor %} - | |
22 |
{ |
|
22 | {{ values.roles|join:', ' }} | |
23 | <span class="role">{% trans role %}</span> |
|
|||
24 | {% if not forloop.last %}, {% endif %} |
|
|||
25 | {% endfor %} |
|
|||
26 | </p> |
|
23 | </p> | |
27 | {% endfor %} |
|
24 | {% endfor %} | |
28 | <br /> |
|
25 | <br /> |
General Comments 0
You need to be logged in to leave comments.
Login now