Rename article in post
This commit is contained in:
@@ -27,7 +27,7 @@ tinyMCE.init({
|
||||
{% endblock %}
|
||||
|
||||
{% block content %}
|
||||
<form action="/article/add/{{ blog_id }}" method="post">{% csrf_token %}
|
||||
<form action="/post/add/{{ blog_id }}" method="post">{% csrf_token %}
|
||||
{{ form.as_p }}
|
||||
<textarea name="content" class="mceAdvanced"></textarea><br/><br/>
|
||||
<input type="submit" name="add" value="Add" /><input type="submit" name="preview" value="Preview" /><input type="submit" name="cancel" value="Cancel" />
|
||||
|
||||
Reference in New Issue
Block a user