feat: grant signup bonus points
This commit is contained in:
@@ -5,6 +5,9 @@
|
||||
{% block content %}
|
||||
<section class="cmhub-panel">
|
||||
<h1 class="h4 mb-3">注册</h1>
|
||||
<div class="alert alert-info">
|
||||
注册成功后自动赠送 100 点试用点数,系统会写入注册赠点流水。
|
||||
</div>
|
||||
<form method="post" action="{% url 'portal-signup' %}">
|
||||
{% csrf_token %}
|
||||
{{ form.non_field_errors }}
|
||||
|
||||
Reference in New Issue
Block a user