{% extends "admin/dashboard.html" %} {% load static %} {% block title %} Admin | Edit Book {% endblock title %} {% block content %}
{% csrf_token %}

Edit Cover Image

{% if book.cover_image %}
Current Cover Image
{% endif %} Please upload a valid image file.

General Information

Please enter a valid book title.
Please enter the author's name.
Please select the book's status.
{% if book.book_file %} {% endif %} Please upload a valid PDF file.
{% endblock %}