aboutsummaryrefslogtreecommitdiffstats
path: root/templates/bom_view.html
diff options
context:
space:
mode:
authorbnewbold <bnewbold@robocracy.org>2012-09-20 02:50:07 +0200
committerbnewbold <bnewbold@robocracy.org>2012-09-20 02:50:07 +0200
commit627a217e7e74a6800475a9b3898855b26edd4a16 (patch)
tree64ca6d32ae3c21aa71ddb8a1cd2e458aed394a01 /templates/bom_view.html
parente562f632fd2d56f9a0998a8f39ef7bcccb09f6ba (diff)
downloadbommom-627a217e7e74a6800475a9b3898855b26edd4a16.tar.gz
bommom-627a217e7e74a6800475a9b3898855b26edd4a16.zip
pseudo persona stuff
Diffstat (limited to 'templates/bom_view.html')
-rw-r--r--templates/bom_view.html4
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/bom_view.html b/templates/bom_view.html
index 2e66bf1..7eca3e3 100644
--- a/templates/bom_view.html
+++ b/templates/bom_view.html
@@ -1,4 +1,4 @@
-{{ template "HEADER" }}
+{{ template "HEADER" . }}
<h1>{{ .BomMeta.Name }} is a bom.</h1>
<a href="./_upload/"><button class="btn btn-mini">upload new</button></a>
<br>
@@ -32,4 +32,4 @@
</tr>
{{ end }}
</table>
-{{ template "FOOTER" }}
+{{ template "FOOTER" . }}