Add breadcrumb to services’ form

This commit is contained in:
jordi fita mas 2024-01-24 00:36:40 +01:00
parent adfe424bd4
commit 34a16af897
1 changed files with 5 additions and 1 deletions

View File

@ -11,6 +11,10 @@
{{ end }}
{{- end }}
{{ define "breadcrumb" -}}
<li><a href="/admin/services">{{( pgettext "Services Page" "title" )}}</a></li>
{{- end }}
{{ define "content" -}}
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/services.serviceForm*/ -}}
<form
@ -86,7 +90,7 @@
</form>
<script type="module">
import {setupIconInput} from "/static/camper.js?v={{ camperVersion }}";
import {setupIconInput} from "/static/camper.js?v=";
setupIconInput(document.querySelector('.icon-input'));
</script>