diff options
author | Andrew Godwin | 2022-11-16 06:53:39 -0700 |
---|---|---|
committer | Andrew Godwin | 2022-11-16 13:53:40 -0700 |
commit | 495e955378d62dc439c4c210785e5d401bc77f64 (patch) | |
tree | 859813b06314f387470295e752d1f1b3828830a7 /templates/activities/home.html | |
parent | 906ed2f27c9105dbd78f416930f1aa2b49497567 (diff) | |
download | takahe-495e955378d62dc439c4c210785e5d401bc77f64.tar.gz takahe-495e955378d62dc439c4c210785e5d401bc77f64.tar.bz2 takahe-495e955378d62dc439c4c210785e5d401bc77f64.zip |
Tag and visibility handling
Diffstat (limited to 'templates/activities/home.html')
-rw-r--r-- | templates/activities/home.html | 2 |
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 }} |