File tree Expand file tree Collapse file tree
mandari/templates/work/ris Expand file tree Collapse file tree Original file line number Diff line number Diff 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 →
116116 </a>
You can’t perform that action at this time.
0 commit comments