Skip to content

Commit

Permalink
django-taggit-911 - comment cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Trafire committed Jul 28, 2024
1 parent d1903be commit 71f1cd3
Show file tree
Hide file tree
Showing 7 changed files with 0 additions and 7 deletions.
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- Path: `library_management/templates/library_management/author_detail.html` -->
{% extends "library_management/base.html" %}
{% load custom_filters %}

Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- Path: `library_management/templates/library_management/author_list.html` -->
{% extends "library_management/base.html" %}

{% block title %}Authors{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- Path: library_management/templates/library_management/base.html -->
<!DOCTYPE html>
<html lang="en">
<head>
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- Path: `library_management/templates/library_management/book_form.html` -->
{% extends "library_management/base.html" %}

{% block title %}Edit Book{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- Path: library_management/templates/library_management/book_list.html -->
{% extends "library_management/base.html" %}

{% block title %}Book List{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- Path: `library_management/templates/library_management/magazine_list.html` -->
{% extends "library_management/base.html" %}

{% block title %}Magazine List{% endblock %}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
<!-- Path: `library_management/templates/library_management/physical_copy_form.html` -->
{% extends "library_management/base.html" %}

{% block title %}Update Physical Copy Condition{% endblock %}
Expand Down

0 comments on commit 71f1cd3

Please sign in to comment.