mirror of
https://github.com/cisagov/manage.get.gov.git
synced 2025-07-03 09:43:33 +02:00
Fix typo in comment
This commit is contained in:
parent
410cbd1130
commit
d2d5e291dc
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
||||||
{% extends "admin/change_form.html" %}
|
{% extends "admin/change_form.html" %}
|
||||||
|
|
||||||
{% comment %} Replace the Django ul markup with a div. We'll edit the child markup accordingly in form_list_object_tools {% endcomment %}
|
{% comment %} Replace the Django ul markup with a div. We'll edit the child markup accordingly in change_form_object_tools {% endcomment %}
|
||||||
{% block object-tools %}
|
{% block object-tools %}
|
||||||
{% if change and not is_popup %}
|
{% if change and not is_popup %}
|
||||||
<div class="object-tools">
|
<div class="object-tools">
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue