Skip to content
Snippets Groups Projects
Commit 92d1a18a authored by Andreas Hubel's avatar Andreas Hubel
Browse files

chore: format

parent 722c318f
No related branches found
No related tags found
1 merge request!1116Rooms API improvments & Schedule Importer foo
......@@ -108,8 +108,10 @@
{% for mapping in object.mappings.all %}
<tr>
<td>{{ mapping.get_mapping_type_display }}</td>
<td>{{ mapping.source_id|default:"-" }}</td>
<td><a href="{{ mapping.local_url }}">{{ mapping.local_id|default:"-" }}</a></td>
<td>{{ mapping.source_id|default:'-' }}</td>
<td>
<a href="{{ mapping.local_url }}">{{ mapping.local_id|default:'-' }}</a>
</td>
<td>{{ mapping.skip|yesno }}</td>
<td>&nbsp;</td>
</tr>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment