選択できるのは25トピックまでです。
トピックは、先頭が英数字で、英数字とダッシュ('-')を使用した35文字以内のものにしてください。
12345678 |
- {% autoescape off %}
-
- Hello {{ name }}.
-
- Please verify your email by clicking on the following link.
- Confirmation Link: {{ base_url }}{% url 'users-validate' uidb64=uid token=token %}
-
- {% endautoescape %}
|