Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Refactor action links for easier template customization and Implement pagination functionality #62

Open
wants to merge 2 commits into
base: main
Choose a base branch
from

Commits on Oct 12, 2024

  1. Refactor action links for easier template customization

    - Replace Python template tags with a for loop in HTML
    - Change action structure from tuple to dictionary
    - Remove HTML generation in Python code
    - Allow direct rendering of action properties in template
    Muralidhar Reddy Challa authored and Muralidhar Reddy Challa committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    6c373d9 View commit details
    Browse the repository at this point in the history
  2. Implement pagination functionality

    - Add new template tag 'pagination'
    - Ensures compatibility with Django's page_obj structure
    - Create corresponding partial template 'pagination.html'
    - Implement inclusion tag for easy integration of pagination controls
    Muralidhar Reddy Challa authored and Muralidhar Reddy Challa committed Oct 12, 2024
    Configuration menu
    Copy the full SHA
    26a30de View commit details
    Browse the repository at this point in the history