Changes between Initial Version and Version 1 of Ticket #33371


Ignore:
Timestamp:
Dec 16, 2021, 3:36:40 AM (2 years ago)
Author:
Timur Kadyev
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33371 – Description

    initial v1  
     1
     2{{{
    13class AForm(forms.ModelForm):
    24
    35    class Meta:
    46        labels = {'field_name': ''}
     7}}}
     8
    59
    610If tag = "", then an unnecessary colon is left
Back to Top