-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ADD] feature to get agreement before signup
- Loading branch information
1 parent
88b3591
commit 1d284a5
Showing
9 changed files
with
50 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
{% extends 'base.html' %} | ||
|
||
{% block content %} | ||
<div class="text-black text-align:center bg-white p-sm-5"> | ||
<h3>研究協力承諾書</h3> | ||
<ol> | ||
<li>私は下記の研究について、文書に基づいて口頭で説明を受け、研究の目的、研究の意義、研究に参加するリスク、研究協力の方法、倫理的配慮について理解しました。</li> | ||
<ul> | ||
<li>研究テーマ: 花画像から花弁配置を推定するシステムの構築</li> | ||
<li>協力内容: 花弁配置推定システムの評価実験</li> | ||
</ul> | ||
<li>この研究によって得られたデータは厳重に管理されること、個人のプライバシーが守られることの説明を受け、理解しました。</li> | ||
<li>研究への参加は強制されるものではなく自由意志に基づくものであり、研究に参加した後でも、いつでも自由に研究への参加を止めることができ、不利益を被ることは一切ないことを理解しました。</li> | ||
</ol> | ||
<p>研究に協力することを承諾します。</p> | ||
|
||
</div> | ||
<div class="d-grid gap-2 col-5 mx-auto mt-2"> | ||
<a href="{% url 'signup' %}" class="btn btn-primary" tabindex="-1" role="button" aria-disabled="true">next</a> | ||
</div> | ||
<br> | ||
<br> | ||
{% endblock content %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,2 @@ | ||
* | ||
!.gitignore |