Added come mirror for the edit page, including some buttons to make html

This commit is contained in:
Martin Green
2022-06-24 14:39:09 +01:00
parent ef68db080a
commit b38412b145
9 changed files with 4921 additions and 3 deletions

View File

@@ -364,4 +364,4 @@ class ExpoPageForm(forms.Form):
'''
title = forms.CharField(widget=forms.TextInput(attrs={'size':'60', 'placeholder': "Enter title (displayed in tab)"}))
html = forms.CharField(widget=forms.Textarea(attrs={"cols":80, "rows":20, 'placeholder': "Enter page content (using HTML)"}))
change_message = forms.CharField(widget=forms.Textarea(attrs={"cols":80, "rows":5, 'placeholder': "Descibe the change made (for git)"}))
change_message = forms.CharField(widget=forms.Textarea(attrs={"cols":80, "rows":3, 'placeholder': "Descibe the change made (for git)"}))