问题描述
我对此非常满意,我使用了隐私权政策和条款和条件免费生成器 现在,它们在“常见问题”页面中对用户可见,并且在我的html页面中具有指向它们的链接 我只是问,有什么特别的事情要让用户同意吗?或者只是在signup.html中显示它们 我还应该将其显示为带有“必需”属性的复选框,还是说“通过注册表示您同意...” 我更喜欢第二步 我的signup.html:
...
<div class="form-group">
<label for="password2">Confirm Password</label>
<input type="password" name="password2" class="form-control" id="password2" required>
</div>
<small class="form-text text-muted mb-2">By clicking Sign Up,you agree to our <a
href="{% url 'termsandconditions' %}" target="_blank">Terms and Conditions</a>,<a
href="{% url 'privacypolicy' %}" target="_blank">Privacy Policy</a></small>
<button type="submit" class="btn btn-primary">Sign Up</button>
</form>
预先感谢
解决方法
暂无找到可以解决该程序问题的有效方法,小编努力寻找整理中!
如果你已经找到好的解决方法,欢迎将解决方案带上本链接一起发送给小编。
小编邮箱:dio#foxmail.com (将#修改为@)