diff options
| -rw-r--r-- | views/profile.html | 20 |
1 files changed, 0 insertions, 20 deletions
diff --git a/views/profile.html b/views/profile.html index bcc4ea9..b3f5041 100644 --- a/views/profile.html +++ b/views/profile.html @@ -27,7 +27,6 @@ <h1>Ivan has 4 projects</h1> - <table> <tr> <td class="border room1"> @@ -117,25 +116,6 @@ </div> </div> -<div class="mediaDrawer fixed animate newProject"> - <span class="bigClose">X</span> - <div class="box"> - - <div class="templates"> - <h1>Choose Room Template</h1> - <span></span> - <span></span> - <span></span> - <span></span> - <span></span> - <span></span> - </div> - <form> - <input id="saveForm" class="button_text" type="submit" name="submit" value="Create Project" /> - </form> - </div> -</div> - </body> [[ include partials/scripts ]] |
