diff options
| author | root <root@lalalizard.com> | 2012-12-18 09:12:09 -0500 |
|---|---|---|
| committer | root <root@lalalizard.com> | 2012-12-18 09:12:09 -0500 |
| commit | 51d26c982e3afed79c5c8b068d3314eee10243bd (patch) | |
| tree | 99ac26588ba24da451c1d32fcf4fb9d242ae58de /frontend/static/template/register.html | |
| parent | 5d074ed971fa886427eef2c76e9938122ed2e1e8 (diff) | |
fix static/ prefix in js and templates
Diffstat (limited to 'frontend/static/template/register.html')
| -rw-r--r-- | frontend/static/template/register.html | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/frontend/static/template/register.html b/frontend/static/template/register.html index 198ce0d..526badb 100644 --- a/frontend/static/template/register.html +++ b/frontend/static/template/register.html @@ -122,11 +122,11 @@ img </style> <body> <section id="bg"> - <img src="http://scannerjammer.com/img/glittergutzbg.gif" /> + <img src="http://scannerjammer.com/static/img/glittergutzbg.gif" /> </section> <section id="curtain"></section> <section id="register"> - <img src="http://scannerjammer.com/img/scanjam-title.gif" width="100%" /><br /> + <img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="100%" /><br /> <h1>official registration form</h1> <label>username:</label> @@ -148,7 +148,7 @@ img </section> <section id="success"> <!-- - <img src="http://scannerjammer.com/img/scanjam-title.gif" width="100%" /><br /> + <img src="http://scannerjammer.com/static/img/scanjam-title.gif" width="100%" /><br /> --> wow okay awesome- greetings,<br /> <span id="success-username"></span> @@ -161,7 +161,7 @@ img <section id="plea"> please enable javascript </section> -<section id="plant"><img src="http://scannerjammer.com/img/plant.gif" height="700" /></section> +<section id="plant"><img src="http://scannerjammer.com/static/img/plant.gif" height="700" /></section> </body> <script type="text/javascript">document.getElementById("plea").style.display="none"</script> <script type="text/javascript" src="/js/jquery-1.5.2.min.js"></script> |
