File diff 97748a0f7ffa → 39b556b7ac4f
pinaxcon/widgets.py
Show inline comments
 
from django import forms
 

	
 

	
 
class AceMarkdownEditor(forms.Textarea):
 

	
 
    def render(self, name, value, attrs):