Przeglądaj źródła

Fix CSRF login and register bug

tags/v0.5.1
Isaac Bythewood 12 lat temu
rodzic
commit
94d40b7054
2 zmienionych plików z 2 dodań i 0 usunięć
  1. +1
    -0
      pinry/core/templates/core/login.html
  2. +1
    -0
      pinry/core/templates/core/register.html

+ 1
- 0
pinry/core/templates/core/login.html Wyświetl plik

@@ -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 Wyświetl plik

@@ -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 %}


Ładowanie…
Anuluj
Zapisz