Skip to content

Commit e47bb69

Browse files
Merge pull request #158 from schlos/patch-6
Fixing #157
2 parents a2ac2f1 + a5586f9 commit e47bb69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

html-templates/projects/projectEdit.tpl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@
5151
</div>
5252
<div class="form-group">
5353
<label for="field-chat-channel">{_ "Chat Channel/Hashtag"}:</label>
54-
<input name="ChatChannel" id="field-chat-channel" class="form-control" placeholder="train_schedule_analyzer" value="{refill field=ChatChannel default=$Project->ChatChannel}" pattern="[A-Za-z0-9_]+" title="Hash tag containing only letters, numbers, or underscores without leading #"/>
54+
<input name="ChatChannel" id="field-chat-channel" class="form-control" placeholder="train_schedule_analyzer" value="{refill field=ChatChannel default=$Project->ChatChannel}" pattern="[A-Za-z0-9_-]+" title="Hash tag containing only letters, numbers, dashes or underscores without leading #"/>
5555
</div>
5656
<div class="form-group">
5757
<label for="topicTagsInput">{_ 'Topic Tags'}:</label>
@@ -121,4 +121,4 @@
121121
</div>
122122
</div>
123123
</div>
124-
{/block}
124+
{/block}

0 commit comments

Comments
 (0)