diff options
Diffstat (limited to 'template/req_reset.st')
| -rwxr-xr-x | template/req_reset.st | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/template/req_reset.st b/template/req_reset.st index 7386c26..8c416f4 100755 --- a/template/req_reset.st +++ b/template/req_reset.st @@ -3,7 +3,9 @@ <title>dump.fm Password Reset</title> $head()$ + <link rel="stylesheet" type="text/css" href="/static/css/req_reset.css?v=20260129"> + <!-- <style> #main { padding: 10px 2em 0px 2em; @@ -16,6 +18,7 @@ $head()$ border: 1px solid red; } </style> + --> <script> jQuery(function() { jQuery("#submit").click(function() { |
