Browse Source

Fixed edit post url in template

Ralfp 12 years ago
parent
commit
419dd34b76
1 changed files with 1 additions and 1 deletions
  1. 1 1
      templates/cranefly/private_threads/posting.html

+ 1 - 1
templates/cranefly/private_threads/posting.html

@@ -117,7 +117,7 @@
 {% url 'private_thread_reply' thread=thread.pk, slug=thread.slug %}
 {% url 'private_thread_reply' thread=thread.pk, slug=thread.slug %}
 {%- endif -%}
 {%- endif -%}
 {%- elif action == 'edit_reply' -%}
 {%- elif action == 'edit_reply' -%}
-{% url 'post_edit' thread=thread.pk, slug=thread.slug, post=post.pk %}
+{% url 'private_post_edit' thread=thread.pk, slug=thread.slug, post=post.pk %}
 {%- endif %}
 {%- endif %}
 {%- endmacro %}
 {%- endmacro %}