File diff 96596dc5ddb2 → 6d5c24e6354f
symposion/boxes/forms.py
Show inline comments
...
 
@@ -4,7 +4,7 @@ from symposion.boxes.models import Box
 

	
 

	
 
class BoxForm(forms.ModelForm):
 
    
 

 
    class Meta:
 
        model = Box
 
        fields = ["content"]