Empresas
Empregos
  • Sobre nós
  • Soluções
    • Publicação de vagas
      Publique sua vaga e receba candidatos qualificados em 48h.
    • Avaliações de candidatos
      Mais de 500 testes técnicos e psicológicos, mais anti-fraude.
    • Headhunting
      Busca executiva personalizada do início ao fim.
    • Folha de Pagamento + EOR
      Dispersão de folha e EOR em mais de 15 países da LATAM.
  • Preços
  • Empregos

0

156
Visualizações
Extending Django Admin templates

I try to modify django admin templates

I created custom template with the name corresponding to template, that I want to override.

I try the following

{% extends "admin/change_form.html" %}
<h1>HELLO</h1>

If I reload the page I dont see h1 tag.

If I try

{% extends "admin/change_form.html" %}
{% block field_sets %}
<h1>HELLO</h1>
{% endblock %}

I seen only h1 tag and dont see model's editing fields.

What have I do to see form and h1 tag in same time ?

over 4 years ago · Santiago Trujillo
1 Respostas
Responde à pergunta

0

This should work:

{% extends "admin/change_form.html" %}

{% block field_sets %}

    {{ block.super }}
    <h1>HELLO</h1>

{% endblock %}

You must call the block from the source change_form.html template. Do that with {{ block.super }} as shown above. You can, of course, reverse the order between super and h1 according to your needs.

over 4 years ago · Santiago Trujillo Relatório
Responde à pergunta
Encontrar trabalhos remotos

Descubra a nova forma de encontrar um emprego!

melhores empregos
Principais categorias de trabalho
Empresas
Postar vaga Preços Comercial
Jurídico
Termos e Condições Política de privacidade
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomende algumas ofertas para mim
Preciso de ajuda