Skip to content

Commit 3db7e85

Browse files
author
mandariSoftware
committed
fix: RIS-Karte PLACEHOLDER → Dummy-UUID für URL-Resolver
1 parent 5d38d53 commit 3db7e85

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

mandari/templates/work/ris/map.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,7 @@ <h3 class="font-semibold text-gray-900 mb-1">${props.title}</h3>
110110
${props.reference ? `<p class="text-xs text-gray-500 mb-1">${props.reference}</p>` : ''}
111111
${props.location_name ? `<p class="text-sm text-gray-600 mb-2">${props.location_name}</p>` : ''}
112112
${props.date ? `<p class="text-xs text-gray-400">${new Date(props.date).toLocaleDateString('de-DE')}</p>` : ''}
113-
<a href="{% url 'work:ris_paper_detail' org_slug=organization.slug paper_id='PLACEHOLDER' %}".replace('PLACEHOLDER', props.id)
113+
<a href="{% url 'work:ris_paper_detail' org_slug=organization.slug paper_id='00000000-0000-0000-0000-000000000000' %}".replace('00000000-0000-0000-0000-000000000000', props.id)
114114
class="inline-block mt-2 text-sm text-primary-600 hover:underline">
115115
Details anzeigen &rarr;
116116
</a>

0 commit comments

Comments
 (0)