We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cbc71 commit 8df147dCopy full SHA for 8df147d
templates/home.mustache
@@ -93,7 +93,7 @@
93
<input type="text" class="form-control" id="achievement" name="achievement"
94
placeholder="e.g. Certified Cyber Security Expert"><br>
95
<label for="certShortDesc">Short Description</label>
96
- <textarea maxlength="100" id="certShortDesc" class="form-control" name="certShortDesc" form="issueCert"
+ <textarea maxlength="250" id="certShortDesc" class="form-control" name="certShortDesc" form="issueCert"
97
placeholder="Successfully completed Cyber Security Workshop 2021, held in Maribor at FERI UM."></textarea><br>
98
<label for="certType">Certificate Type</label>
99
<input type="text" class="form-control" id="certType" name="certType"
0 commit comments