{% extends "layout.html" %} {% block title %}- Admin Edit {{ action_form.name.data }}{% endblock %} {% block body %}
{{ action_form.csrf_token }}
{{ action_form.folder }}
{{ action_form.name(list='animes', class='input', placeholder='Name') }} {% for folder in folders %} {% for title in folder.titles %}
{{ action_form.link(class='input', placeholder='Link') }}
{{ action_form.season(class='input', placeholder='Season') }}
{{ action_form.comment(class='input', placeholder='Comment') }}
{{ action_form.keyword(list='keywords', class='input', placeholder='Keyword') }} {% for folder in folders %} {% for title in folder.titles %}
{% endblock %}