Add breadcrumb to services’ form
This commit is contained in:
parent
adfe424bd4
commit
34a16af897
|
@ -11,6 +11,10 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
{{ define "breadcrumb" -}}
|
||||||
|
<li><a href="/admin/services">{{( pgettext "Services Page" "title" )}}</a></li>
|
||||||
|
{{- end }}
|
||||||
|
|
||||||
{{ define "content" -}}
|
{{ define "content" -}}
|
||||||
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/services.serviceForm*/ -}}
|
{{- /*gotype: dev.tandem.ws/tandem/camper/pkg/services.serviceForm*/ -}}
|
||||||
<form
|
<form
|
||||||
|
@ -86,7 +90,7 @@
|
||||||
</form>
|
</form>
|
||||||
|
|
||||||
<script type="module">
|
<script type="module">
|
||||||
import {setupIconInput} from "/static/camper.js?v={{ camperVersion }}";
|
import {setupIconInput} from "/static/camper.js?v=";
|
||||||
|
|
||||||
setupIconInput(document.querySelector('.icon-input'));
|
setupIconInput(document.querySelector('.icon-input'));
|
||||||
</script>
|
</script>
|
||||||
|
|
Loading…
Reference in New Issue