summaryrefslogtreecommitdiff
path: root/views/projects/layouts-modal.ejs
diff options
context:
space:
mode:
authorJules Laplace <jules@okfoc.us>2014-09-29 16:47:34 -0400
committerJules Laplace <jules@okfoc.us>2014-09-29 16:47:34 -0400
commitf80ca0ef62785cf72176598b695a1a291dd38e91 (patch)
treed3ea5651d9c02fd7b1b6c1e3b72392839dfa1974 /views/projects/layouts-modal.ejs
parentadba61c0fa7231372864e742b9775ba0531ad046 (diff)
fix error in color picker
Diffstat (limited to 'views/projects/layouts-modal.ejs')
-rw-r--r--views/projects/layouts-modal.ejs5
1 files changed, 1 insertions, 4 deletions
diff --git a/views/projects/layouts-modal.ejs b/views/projects/layouts-modal.ejs
index 97f1e61..34dc9af 100644
--- a/views/projects/layouts-modal.ejs
+++ b/views/projects/layouts-modal.ejs
@@ -33,14 +33,11 @@
<span class="close">X</span>
<div class="box">
+ <h1>Choose Room Template</h1>
<div class="templates">
- <h1>Choose Room Template</h1>
</div>
<div class="no-templates">
There are no room layouts available. Please <a href="/layout/new">create a new one.</a>
</div>
- <form>
- <input class="button_text" type="submit" value="Create Project">
- </form>
</div>
</div>