summaryrefslogtreecommitdiffstats
path: root/templates/activities/home.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/activities/home.html')
-rw-r--r--templates/activities/home.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/activities/home.html b/templates/activities/home.html
index 2cdaaea..bfa11f7 100644
--- a/templates/activities/home.html
+++ b/templates/activities/home.html
@@ -26,7 +26,7 @@
<div class="right-column">
<h2>Compose</h2>
- <form action="." method="POST" class="compose">
+ <form action="/compose/" method="POST" class="compose">
{% csrf_token %}
{{ form.text }}
{{ form.content_warning }}