aboutsummaryrefslogtreecommitdiffstats
path: root/templates/bom_upload.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/bom_upload.html')
-rw-r--r--templates/bom_upload.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bom_upload.html b/templates/bom_upload.html
index 30e2ff6..8cc15c8 100644
--- a/templates/bom_upload.html
+++ b/templates/bom_upload.html
@@ -1,4 +1,4 @@
-{{ template "HEADER" }}
+{{ template "HEADER" . }}
{{ if .BomMeta }}
<h1>{{ .BomMeta.Name }} is a bom.</h1>
@@ -21,4 +21,4 @@
<input type="submit" value="Upload"></input>
</form>
-{{ template "FOOTER" }}
+{{ template "FOOTER" . }}