mirror of
https://github.com/DarrenOfficial/dpaste.git
synced 2024-11-23 11:56:36 +11:00
Removed author and title field because they dont really matter.
This commit is contained in:
parent
bb8d5f1c16
commit
3be7aea4cd
1 changed files with 2 additions and 2 deletions
|
@ -81,9 +81,9 @@ class SnippetForm(forms.ModelForm):
|
|||
class Meta:
|
||||
model = Snippet
|
||||
fields = (
|
||||
'title',
|
||||
#'title',
|
||||
'content',
|
||||
'author',
|
||||
#'author',
|
||||
'lexer',
|
||||
)
|
||||
|
||||
|
|
Loading…
Reference in a new issue