fix: article creation

This commit is contained in:
root
2025-10-09 13:42:44 +03:00
parent 2c4f16ce60
commit a378414ea3
5 changed files with 11 additions and 1 deletions

View File

@@ -20,7 +20,9 @@
<textarea class="text" name="text" placeholder="Текст статьи">{{ form.text }}</textarea>
<input class="submit" type="submit" value="Сохранить">
</form>
{{ form.errors }}
<div class="error">
{{ error }}
</div>
</div>
<p><a href="/">← Назад к списку статей</a></p>
</body>