Selaa lähdekoodia

correct indexation error

Laurent Hazart 1 kuukausi sitten
vanhempi
sitoutus
f0bd97e224
1 muutettua tiedostoa jossa 2 lisäystä ja 4 poistoa
  1. 2 4
      core/models.py

+ 2 - 4
core/models.py

@@ -172,9 +172,7 @@ class Page_Admin_Form(forms.ModelForm):
 		model = Page
 		exclude = ['p_titre_slugify']
 		widgets = {
-			'p_contenu': TinyMCE(),  # Remplace TrumbowygWidget
+			'p_contenu': TinyMCE(),
 			'p_right': TinyMCE(),
-			}
-			'p_right': TrumbowygWidget(),
-			}
+		}