本網站在啟用 JavaScript 的情況下可以運作的更好。
首頁
說明
登入
heuzef
/
pinry
镜像来自
https://github.com/pinry/pinry.git
關注
1
收藏
0
複製
0
程式碼
問題
0
版本發佈
44
Wiki
活動
瀏覽代碼
Fix CSRF login and register bug
tags/v0.5.1
Isaac Bythewood
12 年之前
父節點
fde97b05c6
當前提交
94d40b7054
共有
2 個檔案被更改
,包括
2 行新增
和
0 行删除
分割檢視
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-0
pinry/core/templates/core/login.html
+1
-0
pinry/core/templates/core/register.html
+ 1
- 0
pinry/core/templates/core/login.html
查看文件
@@ -11,6 +11,7 @@
<div id="form" class="span6 offset3">
<h1>Login</h1>
<form action="{% url core:login %}" method="post" class="form-horizontal">
{% csrf_token %}
{% for field in form %}
{% bootstrap_field field %}
{% endfor %}
+ 1
- 0
pinry/core/templates/core/register.html
查看文件
@@ -11,6 +11,7 @@
<div id="form" class="span6 offset3">
<h1>Register</h1>
<form action="{% url core:register %}" method="post" class="form-horizontal">
{% csrf_token %}
{% for field in form %}
{% bootstrap_field field %}
{% endfor %}
Write
Preview
Loading…
取消
儲存