mirror of
https://codeberg.org/rimu/pyfedi
synced 2025-02-03 00:31:25 -08:00
rename topic machine_name
This commit is contained in:
parent
10b9f859a9
commit
1538f1758c
1 changed files with 1 additions and 1 deletions
|
@ -105,7 +105,7 @@ class EditCommunityForm(FlaskForm):
|
|||
|
||||
class EditTopicForm(FlaskForm):
|
||||
name = StringField(_l('Name'), validators=[DataRequired()])
|
||||
machine_name = StringField(_l('Url'), validators=[DataRequired()])
|
||||
machine_name = StringField(_l('Slug'), validators=[DataRequired()])
|
||||
parent_id = SelectField(_l('Parent topic'), coerce=int, validators=[Optional()], render_kw={'class': 'form-select'})
|
||||
submit = SubmitField(_l('Save'))
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue