Add: post seen option for users profiles
This commit is contained in:
parent
132d69b506
commit
79012429fb
2 changed files with 9 additions and 1 deletions
|
@ -5,7 +5,7 @@ from .models import UserProfile
|
|||
class UserProfileForm(forms.ModelForm):
|
||||
class Meta:
|
||||
model = UserProfile
|
||||
fields = ['show_mature', "items_per_page"]
|
||||
fields = ['show_mature', "items_per_page", "post_seen_delay"]
|
||||
|
||||
class UserForm(forms.ModelForm):
|
||||
class Meta:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue