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