diff options
-rw-r--r-- | views/projectPost.ejs | 7 |
1 files changed, 0 insertions, 7 deletions
diff --git a/views/projectPost.ejs b/views/projectPost.ejs index 64e9785..2e2cf5e 100644 --- a/views/projectPost.ejs +++ b/views/projectPost.ejs @@ -19,13 +19,6 @@ <label for="username" class="control-label">Av</label> <div class="controls"> <span class="input-medium uneditable-input"><%= req.user.username %></span> - <span class="help-block"><small><a href="#forSomeone" data-toggle="collapse">Klikk her</a> for å føre utgiften <em>for</em> noen andre</small></span> - </div> - </div> - <div class="control-group collapse" id="forSomeone"> - <label for="for" class="control-label">For</label> - <div class="controls"> - <input type="text" name="for" id="for"> </div> </div> <div class="control-group"> |