0

I am trying to add some custom html to my form.

My admin.py is

class InvoiceAdmin(admin.ModelAdmin):
    fieldsets = (
        ('Test', {'fields': ('description', 'total_price'),})
    )

Any ideas?

Rakete1111
  • 47,013
  • 16
  • 123
  • 162
Rukado
  • 35
  • 8
  • Always add (piece of code) what you have done so far. It will be easier to understand exact problem and to provide answer. – d.coder Aug 25 '16 at 13:19
  • Hello @d.coder. I edited the post. I only want to put some html before these fields, I've already search for a command but no success... – Rukado Aug 25 '16 at 13:25

0 Answers0