summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-11-30 12:27:57 -0600
committerDan McGee <dan@archlinux.org>2011-11-30 12:29:21 -0600
commit9279d9a04cc99691ab6c7fbafe7db03a757d23e8 (patch)
tree821cbdb4417e8f72dbacfb0df21fca305245e0e7
parentac34e358103ee718369692b9ba5afe6830a1df92 (diff)
downloadarchweb-9279d9a04cc99691ab6c7fbafe7db03a757d23e8.tar.gz
archweb-9279d9a04cc99691ab6c7fbafe7db03a757d23e8.zip
Fix minor validation error
Signed-off-by: Dan McGee <dan@archlinux.org>
-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 2f16801b..b6580ab8 100644
--- a/templates/devel/profile.html
+++ b/templates/devel/profile.html
@@ -6,7 +6,7 @@
<h2>Developer Profile</h2>
- <form id="edit-profile-form" enctype="multipart/form-data" method="post">{% csrf_token %}
+ <form id="edit-profile-form" enctype="multipart/form-data" method="post" action="">{% csrf_token %}
<p><em>Note:</em> This is the public information shown on the developer
and/or TU profiles page, so please be appropriate with the information
you provide here.</p>