Add breadcrumb to services’ form
This commit is contained in:
parent
adfe424bd4
commit
34a16af897
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue