diff options
| author | Jules Laplace <jules@okfoc.us> | 2014-09-29 16:47:34 -0400 |
|---|---|---|
| committer | Jules Laplace <jules@okfoc.us> | 2014-09-29 16:47:34 -0400 |
| commit | f80ca0ef62785cf72176598b695a1a291dd38e91 (patch) | |
| tree | d3ea5651d9c02fd7b1b6c1e3b72392839dfa1974 /views/projects/layouts-modal.ejs | |
| parent | adba61c0fa7231372864e742b9775ba0531ad046 (diff) | |
fix error in color picker
Diffstat (limited to 'views/projects/layouts-modal.ejs')
| -rw-r--r-- | views/projects/layouts-modal.ejs | 5 |
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> |
