Remove markup classes
This commit is contained in:
parent
40e9727c6c
commit
3e566aac01
8 changed files with 10 additions and 10 deletions
|
@ -27,7 +27,7 @@
|
|||
</td>
|
||||
|
||||
{% if not talk_page %}
|
||||
<td class="markup whitespace-no-wrap xl:whitespace-normal">
|
||||
<td class="whitespace-no-wrap xl:whitespace-normal">
|
||||
{% if talk.talk.url is not empty %}
|
||||
<a href="{{ talk.talk.url }}">
|
||||
{{ talk.talk.title }}
|
||||
|
@ -46,7 +46,7 @@
|
|||
</td>
|
||||
{% endif %}
|
||||
|
||||
<td class="markup whitespace-no-wrap xl:whitespace-normal">
|
||||
<td class="whitespace-no-wrap xl:whitespace-normal">
|
||||
{% if talk.event.url is not empty %}
|
||||
<a href="{{ talk.event.url }}">
|
||||
{{ talk.event.name }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue