✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

AI can only take you so far. 🌟 Start with core skills in JavaScript, HTML, CSS, or Python. 🚀

Join the Treehouse affiliate program and earn 25% recurring commission!

New No-Code Track! 🚀start learning today!

🌟 Dreaming of a bright future? 🎓 Ask about the Treehouse Scholarship program! 🚀

✨ Earn college credits in Cybersecurity, JS, HTML, CSS and Python

AI can only take you so far. 🌟 Start with core skills in JavaScript, HTML, CSS, or Python. 🚀

  • Treehouse Logo
  • Plans
    Chevron
    • For Individuals
    • For Businesses
    • For Schools
    • For Libraries
    • For Military
  • Library
    Chevron
    • All Courses
    • Tracks
    • College Credit
  • Techdegree
    Chevron
    • Overview
    • Front End Development
    • Full Stack JavaScript
    • Data Analysis
    • UX Design
    • Python
  • Community
    Chevron
    • Code Adventures
    • Discord
    • Forum
    • Success Stories
    • Treehouse Links
    • 100 Days of Code
  • Resources
    Chevron
    • Career Toolbox
    • CodeForward
    • Free Treehouse Near Me
    • Jobs
    • Blog
    • Support
    • About
  • For Individuals For Businesses For Schools For Libraries For Military
  • All Courses Tracks College Credit
  • Overview Front End Web Development Full Stack JavaScript Python Development Data Analysis UX Design
  • Code Adventures Discord Forum Success Stories Treehouse Links 100 Days of Code
  • Career Toolbox CodeForward Free Treehouse Near Me Jobs Blog Support About
  • Sign In
  • Free Trial
Instagram Twitter Facebook YouTube LinkedIn
    • Newest
      • Newest
      • Active
      • Unanswered
      • Featured
    • All Topics
      • All Topics
      • • General Discussion
      • • AI
      • • Android
      • • APIs
      • • Coding for Kids
      • • College Credit
      • • Computer Science
      • • CSS
      • • Data Analysis
      • • Databases
      • • Design
      • • Development Tools
      • • Digital Literacy
      • • Game Development
      • • Go Language
      • • HTML
      • • Java
      • • JavaScript
      • • Learning Resources
      • • Machine Learning
      • • No-Code
      • • PHP
      • • Professional Growth
      • • Python
      • • Quality Assurance
      • • React
      • • Ruby
      • • Security
      • • Swift
      • • Vibe Coding
    • Showing results for:
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag
    • Close
  • SUVODEEP DUBEY
    SUVODEEP DUBEY
    2,470 Points

    Template Tag Not Working

    Posted on Oct 13, 2018 by SUVODEEP DUBEY
    SUVODEEP DUBEY
    2,470 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

  • Christopher Gomez
    PLUS
    Christopher Gomez
    Courses Plus Student 13,800 Points

    Update the conjugate_is function to return the string 'are' if the number is anything other than 1.

    Posted on Mar 16, 2018 by Christopher Gomez
    Christopher Gomez
    Courses Plus Student 13,800 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    2 Answers

  • marcolamoon
    marcolamoon
    16,915 Points

    not understanding

    Posted on Oct 12, 2017 by marcolamoon
    marcolamoon
    16,915 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    3 Answers

  • David Agumya
    David Agumya
    12,285 Points

    Can someone help me debug

    Posted on Aug 11, 2017 by David Agumya
    David Agumya
    12,285 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    2 Answers

  • Pabba Anu Bharath
    Pabba Anu Bharath
    2,049 Points

    Replace the word "is" in the sentence in the template with your custom template tag. Don't forget to pass in the num_elf

    Posted on Aug 4, 2017 by Pabba Anu Bharath
    Pabba Anu Bharath
    2,049 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

  • Larry Tooley
    Larry Tooley
    23,518 Points

    Need help with conjugate_is

    Posted on Mar 30, 2017 by Larry Tooley
    Larry Tooley
    23,518 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

  • Jude Molloy
    Jude Molloy
    7,470 Points

    Customizing Django Templates conjugate_is templatetag

    Posted on Nov 7, 2016 by Jude Molloy
    Jude Molloy
    7,470 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    2 Answers

  • Jiayang Shi
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    Jiayang Shi
    Python Web Development Techdegree Student 4,862 Points

    Please help, what's wrong with my code? "Try again" appeard in the last step constantly. Thank you very much.

    Posted on Sep 30, 2016 by Jiayang Shi
    .a{fill-rule:evenodd;}techdegree
    Jiayang Shi
    Python Web Development Techdegree Student 4,862 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

  • Kody Low
    Kody Low
    13,501 Points

    Am I missing something here? I'm trying to pass the num_elf into my tag but it's not working

    Posted on Jul 18, 2016 by Kody Low
    Kody Low
    13,501 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

  • nguoisechiavn10
    seal-mask
    .a{fill-rule:evenodd;}techdegree
    nguoisechiavn10
    Python Web Development Techdegree Student 6,272 Points

    No pass!! """Replace the word "is" in the sentence in the template with your custom template tag. """

    Posted on Jun 2, 2016 by nguoisechiavn10
    .a{fill-rule:evenodd;}techdegree
    nguoisechiavn10
    Python Web Development Techdegree Student 6,272 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

  • alejandro zaizar
    alejandro zaizar
    16,452 Points

    Why is this not working?

    Posted on Apr 28, 2016 by alejandro zaizar
    alejandro zaizar
    16,452 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    0 Answers

  • Jay Norris
    Jay Norris
    14,824 Points

    conjugate_is function - not sure what I'm missing

    Posted on Apr 26, 2016 by Jay Norris
    Jay Norris
    14,824 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

  • Yosef Fastow
    Yosef Fastow
    18,526 Points

    How do you use a simple tag which needs a parameter in django?

    Posted on Mar 23, 2016 by Yosef Fastow
    Yosef Fastow
    18,526 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

  • Joseph Poschel
    Joseph Poschel
    7,525 Points

    Why is my conjugate_is() filter not registering?

    Posted on Dec 28, 2015 by Joseph Poschel
    Joseph Poschel
    7,525 Points
    • Python
    • Customizing Django Templates
    • Building Custom Filters
    • Conjugation Tag

    1 Answer

Posting to the forum is only allowed for members with active accounts.
Please sign in or sign up to post.

    Treehouse

  • About
  • Blog
  • Careers
  • Community
  • Stories
  • Shop
  • Contact
  • Gift Card

See Full Catalogue

Techdegree

  • Front End Web Development
  • Full Stack JavaScript
  • Python Development
  • Data Analysis
  • UX Design

Tracks

  • Learn to Code for Beginners
  • Beginning Python
  • Beginning SQL
  • Beginning Java
  • ...see more

Courses

  • JavaScript Basics
  • Intro to HTML & CSS
  • Python Basics
  • CSS Layout
  • ...see more

Explore

  • Plans
  • Affiliates
  • Perks
  • Free Treehouse Near Me
  • Treehouse for Libraries
  • Treehouse for Businesses
  • Twitter
  • YouTube
  • Facebook
  • LinkedIn
  • Instagram
Terms & Conditions | Privacy

© 2025 Treehouse Island, Inc.