Skip to content

Commit

Permalink
Merge pull request #205 from win5923/patch-1
Browse files Browse the repository at this point in the history
fix: #195
  • Loading branch information
toomore authored Apr 26, 2024
2 parents 611ad60 + 2c648ce commit f11aecf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/setting_profile.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ <h2>個人資訊</h2>
<div class="field">
<label class="label">Intro</label>
<div class="control">
<textarea class="textarea" name="intro" placeholder="自我介紹 ..." v-model.trim="profile.intro"></textarea>
<textarea class="textarea" name="intro" placeholder="# 自我介紹&#13*&#13*&#13# 技能&#13*&#13*&#13# 年度期待&#13*&#13*" v-model.trim="profile.intro"></textarea>
</div>
<p class="help is-success">可使用 markdown 語法。
<span class="has-text-danger"
Expand Down Expand Up @@ -215,4 +215,4 @@ <h2>招募資訊</h2>
});
})();
</script>
{% endblock %}
{% endblock %}

0 comments on commit f11aecf

Please sign in to comment.