diff --git a/atst/app.py b/atst/app.py
index 1a98944d..5310394d 100644
--- a/atst/app.py
+++ b/atst/app.py
@@ -9,7 +9,7 @@ def make_app(**kwargs):
app = tornado.web.Application([
url( r"/", MainHandler, {'page': 'login'}, name='login' ),
url( r"/home", MainHandler, {'page': 'home'}, name='home' ),
- url( r"/accounts", MainHandler, {'page': 'accounts'}, name='accounts' ),
+ url( r"/workplaces", MainHandler, {'page': 'workplaces'}, name='workplaces' ),
url( r"/requests", Request, {'page': 'requests'}, name='requests' ),
url( r"/requests/new", RequestNew, {'page': 'requests_new'}, name='request_new' ),
url( r"/requests/new/([0-9])", RequestNew, {'page': 'requests_new'}, name='request_form' ),
diff --git a/scss/base/_variables.scss b/scss/base/_variables.scss
index 3ad2a46a..e69de29b 100644
--- a/scss/base/_variables.scss
+++ b/scss/base/_variables.scss
@@ -1 +0,0 @@
-$asset-path: '../';
diff --git a/templates/header.html.to b/templates/header.html.to
index 74931843..2532fbb5 100644
--- a/templates/header.html.to
+++ b/templates/header.html.to
@@ -12,7 +12,7 @@
{% for item in [
['home', 'Home'],
- ['accounts', 'Accounts'],
+ ['workplaces', 'Workplaces'],
['requests', 'Requests'],
['users', 'Users' ],
['reports', 'Reports' ],
diff --git a/templates/accounts.html.to b/templates/workplaces.html.to
similarity index 83%
rename from templates/accounts.html.to
rename to templates/workplaces.html.to
index d074dd5e..9b440af9 100644
--- a/templates/accounts.html.to
+++ b/templates/workplaces.html.to
@@ -4,13 +4,13 @@
- Accounts
+ Workplaces
- Account Name |
- Account Info |
+ Workplace Name |
+ Workplace Info |
Actions |