Commit e62c18d4e5bbc66b8c5ad353b257fcaed1c50e7e

Authored by Bartłomiej Nitoń
1 parent 5cb3a0b4

Status changes tiny bugfix.

dictionary/ajax_lemma_status.py
... ... @@ -214,8 +214,7 @@ def lemma_status_change(request, status_id, lemma_id):
214 214 add_new_frames_to_phraseologic_propositions(lemma_obj)
215 215 changed = True
216 216 # zmiana statusu hasla na sprawdzone frazeologicznie
217   - elif(new_status and
218   - new_status and new_status.type.sym_name == 'checked_f'
  217 + elif(new_status and new_status.type.sym_name == 'checked_f'
219 218 and next_status):
220 219 checked_frame_value = 4.0
221 220 corrected_frame_value = 7.0
... ...