|
@@ -4,9 +4,9 @@ from wtforms import StringField, SelectField
|
|
|
from wtforms.validators import DataRequired
|
|
|
|
|
|
|
|
|
-selected_choices = [('expertise_in_interior_decorating', '裝修專業'),
|
|
|
- ('house_style_design', '風格規劃'),
|
|
|
- ('home_inspection', '驗屋交屋')]
|
|
|
+selected_choices = [('home_aesthetics', '居家美學'),
|
|
|
+ ('room_planner_expertise', '規劃師QA'),
|
|
|
+ ('home_inspection_knowledge', '驗屋知識')]
|
|
|
|
|
|
|
|
|
class BlogCreateForm(FlaskForm):
|