diff options
author | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-07-13 07:28:42 -0400 |
---|---|---|
committer | Kjetil Orbekk <kjetil.orbekk@gmail.com> | 2017-07-13 07:28:42 -0400 |
commit | fe6d45474a2024fb362ee59f7a38f827283ac0c4 (patch) | |
tree | cc09092fac8bca86372939cabc61220b1e0e303c /src/data/templates/base.hbs | |
parent | ba1ab61901e657903a34b0b0acecb81c12b5e0d0 (diff) |
add: Persistent user id.
This will be used to limit users to one vote per quote.
Diffstat (limited to 'src/data/templates/base.hbs')
-rw-r--r-- | src/data/templates/base.hbs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/data/templates/base.hbs b/src/data/templates/base.hbs index d548965..db7bb9e 100644 --- a/src/data/templates/base.hbs +++ b/src/data/templates/base.hbs @@ -67,6 +67,7 @@ <p>linoquotes v.3 © 2004-2017 Kjetil Ørbekk, Erlend Hamberg, Vidar Holen, John H. Anthony. <p>Source code at <a href="https://git.orbekk.com/linoquotes-gamma.git">https://git.orbekk.com/linoquotes-gamma.git</a>. <p>The quotes on this page are copyright their respective owners and submitters.</p> +<p>Your user id: {{user_id}}. </center> </body> |