summaryrefslogtreecommitdiff
path: root/templates/devel/profile.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel/profile.html')
-rw-r--r--templates/devel/profile.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/profile.html b/templates/devel/profile.html
index 2c1c658d..0dde9349 100644
--- a/templates/devel/profile.html
+++ b/templates/devel/profile.html
@@ -6,7 +6,7 @@
<h2>Developer Profile</h2>
- <form id="edit-profile-form" method="post" action=".">{% csrf_token %}
+ <form id="edit-profile-form" method="post">{% csrf_token %}
<fieldset>
<legend>Username: <strong>{{ user.username }}</strong></legend>
{{ form.as_p }}