summaryrefslogtreecommitdiffstats
path: root/web/templates
diff options
context:
space:
mode:
authornickago <ngonella@calpoly.edu>2015-08-20 17:02:47 -0700
committernickago <ngonella@calpoly.edu>2015-08-21 08:09:02 -0700
commitaaa0bb9d4dcaca0212a7bf1a7dc3dbd9b78fb6c5 (patch)
treefa794598d2e9cb84d2aae2a134625cb26c9dbb15 /web/templates
parentddcdcc3e2c85efbfd1d91d69c0f5c0af7c7cb1c7 (diff)
downloadchat-aaa0bb9d4dcaca0212a7bf1a7dc3dbd9b78fb6c5.tar.gz
chat-aaa0bb9d4dcaca0212a7bf1a7dc3dbd9b78fb6c5.tar.bz2
chat-aaa0bb9d4dcaca0212a7bf1a7dc3dbd9b78fb6c5.zip
Added help text to profile picture screen
Diffstat (limited to 'web/templates')
-rw-r--r--web/templates/head.html2
1 files changed, 2 insertions, 0 deletions
diff --git a/web/templates/head.html b/web/templates/head.html
index 5448b09ed..02904e764 100644
--- a/web/templates/head.html
+++ b/web/templates/head.html
@@ -50,6 +50,8 @@
config = {};
}
config.SiteName = '{{ .SiteName }}';
+ config.ProfileWidth = '{{ .Props.ProfileWidth }}'
+ config.ProfileHeight = '{{ .Props.ProfileHeight }}'
</script>
<script src="/static/js/bundle.js"></script>