aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/views/projectPost.ejs
diff options
context:
space:
mode:
authorDennis Eriksen <dennis.se@gmail.com>2013-05-24 13:29:32 +0200
committerDennis Eriksen <dennis.se@gmail.com>2013-05-24 13:29:32 +0200
commit5ce4fb45abdbdc3641e370dcfdf472035353fc3e (patch)
tree3a14ec5271f15a2552b31c17b0dc0f5abaded64d /views/projectPost.ejs
parentfixed issue #21 (diff)
downloadDivid-5ce4fb45abdbdc3641e370dcfdf472035353fc3e.tar.gz
somewhat fixed #40 and #41
Diffstat (limited to 'views/projectPost.ejs')
-rw-r--r--views/projectPost.ejs3
1 files changed, 1 insertions, 2 deletions
diff --git a/views/projectPost.ejs b/views/projectPost.ejs
index 80ed6d8..64e9785 100644
--- a/views/projectPost.ejs
+++ b/views/projectPost.ejs
@@ -15,7 +15,6 @@
<fieldset>
<h1><legend><%= title %></legend></h1>
- <p>Ta på meg!</p>
<div class="control-group">
<label for="username" class="control-label">Av</label>
<div class="controls">
@@ -32,7 +31,7 @@
<div class="control-group">
<label for="what" class="control-label">Hva <strong class="text-error">*</strong></label>
<div class="controls">
- <input type="text" name="what" id="what" placeholder="Hva ble kjøpt" required>
+ <input type="text" name="what" id="what" placeholder="Hva ble kjøpt" required maxlength="40">
</div>
</div>
<%