You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
521 B
13 lines
521 B
2 years ago
|
<h1>Заполните данные статьи для продвижения в соц. сетях</h1>
|
||
|
<form
|
||
|
method="post"
|
||
|
enctype="application/x-www-form-urlencoded"
|
||
|
action="{% url 'create-article' %}"
|
||
|
>
|
||
|
{% csrf_token %}
|
||
|
<label for="body">Краткий текст статьи</label>
|
||
|
<textarea id="body" name="body"></textarea>
|
||
|
<label for="link">Ссылка</label>
|
||
|
<input type="text" name="link" id="link">
|
||
|
<input type="submit" value="Продвинуть">
|
||
|
</form>
|