Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8565201
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 11, 20262026-06-11T17:22:18+00:00 2026-06-11T17:22:18+00:00

I had created a comment app with custom field like parentId and email_notification. In

  • 0

I had created a comment app with custom field like “parentId” and “email_notification”.
In the template, the comments tag can pull out items I add, but the “get_comment_form” tag does not show a form. Also, how do I customize the fields in that form?

models.py

from django.db import models
from django.contrib.comments.models import Comment

class CommentWithParent(Comment):
    parentId = models.IntegerField(default = 0)
    email_notification = models.BooleanField(default = False)

forms.py

from django import forms
from django.contrib.comments.forms import CommentForm
from mblog.my_comment.models import CommentWithParent
from django.db import models


class CommentWithParentForm(CommentForm):

    parentId = models.IntegerField(default = 0)
    email_notification = models.BooleanField(default = False)

    def get_comment_model(self):
        return CommentWithParent

    def get_comment_create_data(self):
        data = super(CommentWithParentForm, self).get_comment_create_data()
        return data

    def get_form(self):
        return self

template file

{% load comments %}
{% get_comment_form for entry as form %}
  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-11T17:22:20+00:00Added an answer on June 11, 2026 at 5:22 pm

    You can learn more about customizing the form template in the documentation. In general terms, you can hide some fields from the form or control which form widgets are used to display them. To change how they look, you’ll want to use the application’s CSS, or create a new template as the documentation describes.

    I’m not entirely sure why the get_comment_form tag isn’t working for you. The documentation linked above suggests you need a form in your view which the template can then render using a different tag; here’s that section of the documentation. If you’re not using Django 1.4, things might be slightly different.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I created a grammar for a Scheme-like language interpreter. Initially, I had one semantic
[I had this sketched out as a comment elsewhere but decided to create a
I had created one div window which is draggable,and created one child div (with
I had created the following view, SELECT currency_cd, SUM(comprate) AS salary, employee_code, (SELECT SUM(c.comprate)
I had created a Lib Project with a class inherits ServiceBase but when I
I had created one HTML page for my experiance. In this i had use
I had created a zip file (together with directory) under Windows as follow (Code
i had created a class with two properties one of datetime datatype and other
This is what I want: I had created the top red layout by this
Question : Beginner Level Code: Pure Javascript I had created a web page in

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.