{% extends 'basic.html' %} {% load static %} {% block title %} Library Management System {% endblock %} {% block css %} {% endblock %} {% block body %}

Welcome to Library Management System

By - Ankit Gupta

You can register as student. You will be able to issue any book thorugh the admin. After that you need to return the book within 14 days or else a fine of Rs 5 will be charged per day till the book is returned.

Register as Student

{% endblock %}