diff options
author | bnewbold <bnewbold@robocracy.org> | 2012-09-20 02:50:07 +0200 |
---|---|---|
committer | bnewbold <bnewbold@robocracy.org> | 2012-09-20 02:50:07 +0200 |
commit | 627a217e7e74a6800475a9b3898855b26edd4a16 (patch) | |
tree | 64ca6d32ae3c21aa71ddb8a1cd2e458aed394a01 /templates/bom_upload.html | |
parent | e562f632fd2d56f9a0998a8f39ef7bcccb09f6ba (diff) | |
download | bommom-627a217e7e74a6800475a9b3898855b26edd4a16.tar.gz bommom-627a217e7e74a6800475a9b3898855b26edd4a16.zip |
pseudo persona stuff
Diffstat (limited to 'templates/bom_upload.html')
-rw-r--r-- | templates/bom_upload.html | 4 |
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" . }} |