diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-07-02 17:37:13 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-07-02 17:37:13 -0400 |
| commit | 544ee1236d188f1d24654817481abcf8d078facd (patch) | |
| tree | 70045eccfbd282369b39f3f94ad31a51576537a4 /views/modal.ejs | |
| parent | 3a4ce7f31adc53b3c22e9dc75155de0281521ef0 (diff) | |
password reset email; also sends email
Diffstat (limited to 'views/modal.ejs')
| -rw-r--r-- | views/modal.ejs | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/views/modal.ejs b/views/modal.ejs index 4550aff..6ed3fa1 100644 --- a/views/modal.ejs +++ b/views/modal.ejs @@ -19,5 +19,6 @@ </div> </body> [[ include partials/scripts ]] +<script id="opt" type="text/json">[[- JSON.stringify(opt) ]]</script> <script>window.isModalView = true</script> </html> |
